rust-lang/libm

`modf` and `modff`return (fract, integer)

burrbull opened this issue · 1 comments

It can be my fault.

It looks more human friendly to return (integer, fract). But now it will be danger breaking change.

At the very least, it would be nice if the order was documented.