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
Age
Commit message (
Expand
)
Author
2018-12-12
Add add compiler_rt routines for float to signed integer conversion
Wink Saville
2018-11-29
Revert "Add math min/max for Float and Value"
Andrew Kelley
2018-11-28
Add math min/max for Float and Value
Wink Saville
2018-11-27
add std.math.IntFittingRange
daurnimator
2018-11-16
Fixed typos
Vallentin
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-27
fixed comments
emekoi
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-10
added math.pow support for integer types. resolves #1637 (#1642)
emekoi
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-09-18
remove unnecessary setFloatMode calls
Andrew Kelley
2018-09-16
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-13
math/complex: cexp test correction and ldexp usage fix
Marc Tiehuis
2018-09-08
simplify f64_min to equivilent value
Shawn Landden
2018-08-25
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-07-24
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-07-23
Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world
Andrew Kelley
2018-07-22
add std.math.big.Int.fitsInTwosComp
Andrew Kelley
2018-07-22
Add big int fits function (#1279)
Marc Tiehuis
2018-07-22
Tighten Int.to bounds and add twos-complement bitcount
Marc Tiehuis
2018-07-20
self-hosted: implicit cast comptime ints to other ints
Andrew Kelley
2018-07-19
self-hosted: progress on IR for supporting libc hello world
Andrew Kelley
2018-07-16
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-02
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-30
test std.math f16 sqrt support
Ben Noordhuis
2018-06-30
add std.math f16 signbit support
Ben Noordhuis
2018-06-30
add std.math f16 copysign support
Ben Noordhuis
2018-06-30
add std.math f16 floor support
Ben Noordhuis
2018-06-30
add std.math f16 fabs support
Ben Noordhuis
2018-06-30
add std.math f16 isnormal support
Ben Noordhuis
2018-06-30
add std.math f16 isfinite support
Ben Noordhuis
2018-06-30
add std.math f16 inf support
Ben Noordhuis
2018-06-30
add std.math f16 nan support
Ben Noordhuis
2018-06-30
add std.math f16 constants
Ben Noordhuis
2018-06-21
Add float repr bit extraction functions
Marc Tiehuis
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-18
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
std.Complex: use better arg passing convention and fix a TODO
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-16
std.DynLib: open the fd with CLOEXEC
Andrew Kelley
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-06-14
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-10
Add arbitrary-precision integer to std
Marc Tiehuis
[next]