-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
math:fmod: Implement a floating-point remainder function #181
base: master
Are you sure you want to change the base?
Commits on Jul 2, 2015
-
math:fmod: Implement the floating-point remainder value function.
Add a basic implementation of the function p_fmod_f32. The function _fmod is defined as static inline in the p_fmod.h header so that other functions in that directory could use it. Signed-off-by: Mansour Moufid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5810608 - Browse repository at this point
Copy the full SHA 5810608View commit details
Commits on Jul 4, 2015
-
math:fmod: Fix the remainder algorithm.
Signed-off-by: Mansour Moufid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8372518 - Browse repository at this point
Copy the full SHA 8372518View commit details -
math:fmod: Add the p_fmod_2pi_f32 function.
Signed-off-by: Mansour Moufid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ff5dd5 - Browse repository at this point
Copy the full SHA 5ff5dd5View commit details -
math:fmod: Add unit tests for the p_fmod_2pi_f32 function.
Signed-off-by: Mansour Moufid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8126532 - Browse repository at this point
Copy the full SHA 8126532View commit details
Commits on Jul 5, 2015
-
math:fmod: Correct the fmod function for negative input.
Signed-off-by: Mansour Moufid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8c4e9a - Browse repository at this point
Copy the full SHA d8c4e9aView commit details -
math:fmod: Clarify the documentation of the fmod function.
Use unambiguous variable names. Signed-off-by: Mansour Moufid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dba9fa - Browse repository at this point
Copy the full SHA 4dba9faView commit details -
math:fmod: Rename functions which conflict with GNU headers.
Signed-off-by: Mansour Moufid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c003b7 - Browse repository at this point
Copy the full SHA 9c003b7View commit details -
math:fmod: Automake forgot p_fmod.h...
Signed-off-by: Mansour Moufid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5298c4 - Browse repository at this point
Copy the full SHA f5298c4View commit details