aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math.zig
AgeCommit message (Expand)Author
2020-03-05std: use testing.expectEqual in math.absCast testsdaurnimator
2020-03-05std: fix math.absCast on i1daurnimator
2020-03-04std: Use @TypeOf(x,y) as return value for maxLemonBoy
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-01-14Add clamp function to math moduleHersh Krishna
2020-01-01std.mem.compare: breaking API changesAndrew Kelley
2019-12-16allow comparison of any numeric typesAndrew Kelley
2019-12-16std: lessThan and greaterThan between signed and unsignedShawn Landden
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-11-29std.math: remove constants that should be expressionsAndrew Kelley
2019-11-19add `std.math.tau` constant (equivalent to 2 * pi)dbandstra
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-24refAllDecls in a test block to limit when it gets runAndrew Kelley
2019-10-16ref more math decls for better docsAndrew Kelley
2019-10-16turn comments into doc commentsAndrew Kelley
2019-10-16Add 'missing' consts to math.zigSebsatian Keller
2019-10-09generated docs: render valuesAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley