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-11-06
Merge pull request #6941 from LemonBoy/floateqapprox
Andrew Kelley
2020-11-05
math.shl/math.shr: add support for vectors
Frank Denis
2020-11-05
std: Implement more useful approxEq semantics
LemonBoy
2020-10-29
std/math: add support for vectors to rotl()/rotr()
Frank Denis
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-10-07
restore ability to do comptime math
xavier
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-30
Merge pull request #6189 from katesuyu/div-ceil
Andrew Kelley
2020-08-29
std.math.divCeil: fix expectEqual argument order
Kate Tsuyu
2020-08-29
std.math.divCeil: use expectEqual for tests
Kate Tsuyu
2020-08-29
std.math.divCeil: move compile error back down
Kate Tsuyu
2020-08-29
std.math.divCeil: move compile error to top
Kate Tsuyu
2020-08-29
std.math.divCeil: support comptime_int/float
Kate Tsuyu
2020-08-28
std.math.divCeil: conform to more test cases
Kate Tsuyu
2020-08-28
std.math.divCeil: handle floats correctlier
Kate Tsuyu
2020-08-28
std.math.divCeil: handle floats correctly
Kate Tsuyu
2020-08-28
std: Add std.math.divCeil
Kate Tsuyu
2020-08-26
forceEval() -> doNotOptimizeAway()
Frank Denis
2020-08-26
Rename blackBox, move it to std.mem.forceEval()
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
stage2: implement while loops (bool condition)
Andrew Kelley
2020-08-08
utilize math.ceilPowerOfTwo
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-08
stage2: machine code for condbr jumps
Andrew Kelley
2020-06-17
Improve f128 standard library support
antlilja
2020-05-01
ZIR: add cmp and condbr instructions
Andrew Kelley
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-16
std: make math.clamp work for common uses, remove automatic bounds swapping
Andrius Mitkus
2020-03-24
std: Add qNaN constants
LemonBoy
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