summaryrefslogtreecommitdiff
path: root/libm/w_sqrtf.c
AgeCommit message (Collapse)Author
2018-01-02quieten compiler warnings when __UCLIBC_HAS_FENV__ isn't definedWaldemar Brodkorb
2017-11-03math: add exception handling functionalitySergey Cherkashin
According to standards SVID and SYSV. Modified lgamma calling in case when 'signgam' variable should not be used. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2005-03-07split the float wrappers into separate object filesEric Andersen
2005-03-06Trim off whitespaceEric Andersen
2002-03-25Implement sqrtf(), needed for libstdc++ on armEric Andersen
-Erik