aboutsummaryrefslogtreecommitdiff
path: root/std/math.zig
AgeCommit message (Expand)Author
2019-03-29fix tests for math.mulWideShawn Landden
2019-03-28std.mulWide() whose return is twice as wideShawn Landden
2019-03-22add mulXf3 to compiler-rtAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-05-31change std.rand.Rand.rangeUnsigned to std.rand.Rand.rangeAndrew Kelley
2017-05-20add setFloatMode builtin and std.math.floorAndrew Kelley
2017-05-17typeId builtin instead of isInteger, isFloat, etcAndrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-04-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-02-16support arithmetic for non byte aligned integer typesAndrew Kelley
2017-02-09lots of miscellaneous things all in one big commitAndrew Kelley
2017-02-07std.io supports printing integers as hex valuesAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2016-12-18hello.zig working with all structs anonymousAndrew Kelley
2016-12-18IR: update some std code to newest zigAndrew Kelley
2016-09-10std: use parameter type inference on min and max functionsAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-11add CBuf to standard libraryAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-05-08not-yet-working implementation of generic hash mapAndrew Kelley
2016-04-27better parameter codegenAndrew Kelley
2016-02-02unreachable causes a trap in debug modeAndrew Kelley
2016-01-29better f64_is_nanMovingtoMars
2016-01-28basic float printingMovingtoMars