• Amol Bhave's avatar
    Add portability support for std::remainder · b2cecfb5
    Amol Bhave authored
    Summary:
    std::remainder isn't supplied by all platforms. Specifically, uclibc
    doesn't have it. Do a similar case as with std::nextafter, i.e. implement a
    folly version in case it doesn't exists.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D15291533
    
    fbshipit-source-id: 96a70b52af11135102fda3183626df69cdaf4261
    b2cecfb5
Math.h 2.33 KB