aboutsummaryrefslogtreecommitdiff
path: root/std/math.zig
AgeCommit message (Expand)Author
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