math: rewrite modf.c and clean up modff.c
[musl] / src / math / x86_64 /
2012-03-22 nszacos.s fix: use the formula acos(x) = atan2(sqrt(1...
2012-03-21 Rich Felkerx86_64 math asm, long double functions only
2012-03-18 Rich Felkerassembly optimizations for fmod/remainder functions
2012-03-18 Rich Felkerasm versions of some simple math functions for i386...
2012-03-13 Rich Felkerfirst commit of the new libm!
2011-06-26 Rich Felkertype directives for x86_64 math asm
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!