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-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
2018-01-06
fix exp1m implementation
Andrew Kelley
2018-01-02
ir: new pass iteration strategy
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
std.math: remove unnecessary inline calls and
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-14
replace quicksort with blocksort
Andrew Kelley
2017-10-15
disable some of the failing tests
Andrew Kelley
2017-09-30
improve bit shift API in std.math
Andrew Kelley
2017-09-28
Allow 128-bit hex float literals
Marc Tiehuis
2017-09-14
depend on embedded SoftFloat-3d instead of __float128
Andrew Kelley
2017-08-31
Revert "fix return types of min amd max"
Josh Wolfe
2017-08-31
fix return types of min amd max
Josh Wolfe
2017-08-28
remove workaround for LLVM not respecting "nobuiltin"
Andrew Kelley
2017-08-20
std.math: remove constants that can be derived
Andrew Kelley
2017-08-20
compile-time f32, f64 operations are now correctly lossy
Andrew Kelley
2017-08-19
std: better int log2 implementation for number literals
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-08-07
add ability to explicitly cast float to integer
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-22
Return undefined in frexp instead of 0 on nan input
Marc Tiehuis
2017-06-21
Fix pow tests
Marc Tiehuis
2017-06-21
Fix scalbn constant multiplier
Marc Tiehuis
2017-06-21
Fixes for release mode tests
Marc Tiehuis
2017-06-20
Add math special case tests and general fixes
Marc Tiehuis
2017-06-19
workaround for llvm bug
Andrew Kelley
2017-06-18
Get tests passing under release mode
Marc Tiehuis
2017-06-17
std: refactor pow to be generic
Andrew Kelley
2017-06-16
Add math library
Marc Tiehuis
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley