aboutsummaryrefslogtreecommitdiff
path: root/lib/libm/asinfacosf.c
AgeCommit message (Collapse)Author
2020-04-18all: Fix implicit conversion from double to float.stijn
These are found when building with -Wfloat-conversion.
2014-09-11py and libm: Add asinf,acosf; print higher precision for float.Damien George
Also use less stack space when printing single precision float. Addition of asinf and acosf addresses issue #851.