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-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
all integer sizes are available as primitives
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
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-10
Add arbitrary-precision integer to std
Marc Tiehuis
2018-06-06
Fix Log2Int type construction
Marc Tiehuis
2018-06-05
Renamed "(int/float literal)" to "comptime_int/float"
Jimmi HC
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
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
2018-04-24
clean up complex math tests
Andrew Kelley
2018-04-24
Add initial complex-number support
Marc Tiehuis
2018-04-15
std.math.ln and std.math.exp use float strict mode
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-03-27
std.math.cast handles signed integers
Andrew Kelley
2018-03-22
Add missing pub specifier to atan2
Marc Tiehuis
2018-02-02
*WI* error sets - basic support working
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
2018-01-14
remove 32-bit windows from supported targets list
Andrew Kelley
2018-01-13
Add integer rotation functions
Marc Tiehuis
2018-01-10
Add hw sqrt for x86_64
Marc Tiehuis
2018-01-09
remove %% prefix operator
Andrew Kelley
[next]