aboutsummaryrefslogtreecommitdiff
path: root/std/math/frexp.zig
AgeCommit message (Expand)Author
2017-08-28remove workaround for LLVM not respecting "nobuiltin"Andrew Kelley
2017-06-22Return undefined in frexp instead of 0 on nan inputMarc Tiehuis
2017-06-21Fixes for release mode testsMarc Tiehuis
2017-06-20Add math special case tests and general fixesMarc Tiehuis
2017-06-19workaround for llvm bugAndrew Kelley
2017-06-16Add math libraryMarc Tiehuis
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley