Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

math:fmod: Implement a floating-point remainder function #181

wants to merge 8 commits into from

Commits on Jul 2, 2015

  1. 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]>
    mansourmoufid committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    5810608 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2015

  1. math:fmod: Fix the remainder algorithm.

    Signed-off-by: Mansour Moufid <[email protected]>
    mansourmoufid committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    8372518 View commit details
    Browse the repository at this point in the history
  2. math:fmod: Add the p_fmod_2pi_f32 function.

    Signed-off-by: Mansour Moufid <[email protected]>
    mansourmoufid committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    5ff5dd5 View commit details
    Browse the repository at this point in the history
  3. math:fmod: Add unit tests for the p_fmod_2pi_f32 function.

    Signed-off-by: Mansour Moufid <[email protected]>
    mansourmoufid committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    8126532 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2015

  1. math:fmod: Correct the fmod function for negative input.

    Signed-off-by: Mansour Moufid <[email protected]>
    mansourmoufid committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    d8c4e9a View commit details
    Browse the repository at this point in the history
  2. math:fmod: Clarify the documentation of the fmod function.

    Use unambiguous variable names.
    
    Signed-off-by: Mansour Moufid <[email protected]>
    mansourmoufid committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    4dba9fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c003b7 View commit details
    Browse the repository at this point in the history
  4. math:fmod: Automake forgot p_fmod.h...

    Signed-off-by: Mansour Moufid <[email protected]>
    mansourmoufid committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    f5298c4 View commit details
    Browse the repository at this point in the history