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-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-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
2018-06-06
Fix Log2Int type construction
Marc Tiehuis
2018-06-05
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-05
Renamed "(int/float literal)" to "comptime_int/float"
Jimmi HC
2018-06-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-26
add strict float mode to some math functions
Andrew Kelley
2018-05-17
more std lib to postfix deref with zig fmt
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-07
std.SegmentedList implementation
Andrew Kelley
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-04-24
convert NOTE to TODO so we catch it later
Andrew Kelley
[next]