about summary refs log tree commit diff
path: root/src/math/significandl.c
Commit message (Collapse)AuthorAgeFilesLines
* remove significandlRich Felker2012-08-131-7/+0
| | | | | | | this function never existed historically; since the float/double functions it's based on are nonstandard and deprecated, there's really no justification for its existence except that glibc has it. it can be added back if there's ever really a need...
* add significand[fl] math functionsRich Felker2012-08-131-0/+7