index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
math.zig
Age
Commit message (
Expand
)
Author
2020-03-05
std: use testing.expectEqual in math.absCast tests
daurnimator
2020-03-05
std: fix math.absCast on i1
daurnimator
2020-03-04
std: Use @TypeOf(x,y) as return value for max
LemonBoy
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-01-14
Add clamp function to math module
Hersh Krishna
2020-01-01
std.mem.compare: breaking API changes
Andrew Kelley
2019-12-16
allow comparison of any numeric types
Andrew Kelley
2019-12-16
std: lessThan and greaterThan between signed and unsigned
Shawn Landden
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-11-29
std.math: remove constants that should be expressions
Andrew Kelley
2019-11-19
add `std.math.tau` constant (equivalent to 2 * pi)
dbandstra
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-24
refAllDecls in a test block to limit when it gets run
Andrew Kelley
2019-10-16
ref more math decls for better docs
Andrew Kelley
2019-10-16
turn comments into doc comments
Andrew Kelley
2019-10-16
Add 'missing' consts to math.zig
Sebsatian Keller
2019-10-09
generated docs: render values
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley