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
/
std
/
math.zig
Age
Commit message (
Expand
)
Author
2019-06-20
Fix absFloat
Matthew Murray
2019-06-10
Merge pull request #2525 from daurnimator/uring
Andrew Kelley
2019-06-10
std: add math.isPowerOfTwo
daurnimator
2019-06-09
allow comptime_int in math.shl and math.shr
Sahnvour
2019-06-04
std.math: Clarify ceilPowerOfTwo inputs and disallow zero as an input
Ryan Liptak
2019-06-02
std.math: Add ceilPowerOfTwo and ceilPowerOfTwoPromote
Ryan Liptak
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-03-29
fix tests for math.mulWide
Shawn Landden
2019-03-28
std.mulWide() whose return is twice as wide
Shawn Landden
2019-03-22
add mulXf3 to compiler-rt
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-31
change std.rand.Rand.rangeUnsigned to std.rand.Rand.range
Andrew Kelley
2017-05-20
add setFloatMode builtin and std.math.floor
Andrew Kelley
2017-05-17
typeId builtin instead of isInteger, isFloat, etc
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-16
support arithmetic for non byte aligned integer types
Andrew Kelley
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2016-12-18
hello.zig working with all structs anonymous
Andrew Kelley
2016-12-18
IR: update some std code to newest zig
Andrew Kelley
2016-09-10
std: use parameter type inference on min and max functions
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-08-11
add CBuf to standard library
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-05-08
not-yet-working implementation of generic hash map
Andrew Kelley
2016-04-27
better parameter codegen
Andrew Kelley
2016-02-02
unreachable causes a trap in debug mode
Andrew Kelley
2016-01-29
better f64_is_nan
MovingtoMars
2016-01-28
basic float printing
MovingtoMars