aboutsummaryrefslogtreecommitdiff
path: root/std/math
AgeCommit message (Expand)Author
2018-01-06fix exp1m implementationAndrew Kelley
2018-01-02ir: new pass iteration strategyAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22std.math: remove unnecessary inline calls andAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-14replace quicksort with blocksortAndrew Kelley
2017-10-15disable some of the failing testsAndrew Kelley
2017-09-30improve bit shift API in std.mathAndrew Kelley
2017-09-28Allow 128-bit hex float literalsMarc Tiehuis
2017-09-14depend on embedded SoftFloat-3d instead of __float128Andrew Kelley
2017-08-31Revert "fix return types of min amd max"Josh Wolfe
2017-08-31fix return types of min amd maxJosh Wolfe
2017-08-28remove workaround for LLVM not respecting "nobuiltin"Andrew Kelley
2017-08-20std.math: remove constants that can be derivedAndrew Kelley
2017-08-20compile-time f32, f64 operations are now correctly lossyAndrew Kelley
2017-08-19std: better int log2 implementation for number literalsAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-08-09more intuitive left shift and right shift operatorsAndrew Kelley
2017-08-07add ability to explicitly cast float to integerAndrew Kelley
2017-07-08better bigint/bigfloat implementationAndrew Kelley
2017-06-22Return undefined in frexp instead of 0 on nan inputMarc Tiehuis
2017-06-21Fix pow testsMarc Tiehuis
2017-06-21Fix scalbn constant multiplierMarc 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-18Get tests passing under release modeMarc Tiehuis
2017-06-17std: refactor pow to be genericAndrew Kelley
2017-06-16Add math libraryMarc Tiehuis
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley