aboutsummaryrefslogtreecommitdiff
path: root/std/math/index.zig
AgeCommit message (Expand)Author
2018-03-27std.math.cast handles signed integersAndrew Kelley
2018-02-02*WI* error sets - basic support workingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-14remove 32-bit windows from supported targets listAndrew Kelley
2018-01-13Add integer rotation functionsMarc Tiehuis
2018-01-09remove %% prefix operatorAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew 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-08-31Revert "fix return types of min amd max"Josh Wolfe
2017-08-31fix return types of min amd maxJosh Wolfe
2017-08-20std.math: remove constants that can be derivedAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-08-07add ability to explicitly cast float to integerAndrew Kelley
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