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
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-05-02
std.math: Correct math.nan usage in cos
Marc Tiehuis
2019-05-01
std.math: Add documentation for all functions and algorithm sources
Marc Tiehuis
2019-05-01
std.math: Add upstream changes/fixes and simplify go derived code
Marc Tiehuis
2019-04-11
Pack big.Int sign and length fields
Marc Tiehuis
2019-04-11
Fix math.big.Int divN/gcdLehmer and fuzz-test failures
Marc Tiehuis
2019-04-11
Handle zero-limb trailing div case in big.Int
Marc Tiehuis
2019-04-11
Small fixes for big.Rational and corrections for gcdLehmer
Marc Tiehuis
2019-04-11
Fix big.Int toString maybe-null allocator
Marc Tiehuis
2019-04-11
Add initial big.Rational type
Marc Tiehuis
2019-04-11
Add read-only, non-allocating Int for internal constants
Marc Tiehuis
2019-04-05
Simplify math.isnan
Shawn Landden
2019-03-28
std.mulWide() whose return is twice as wide
Shawn Landden
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-02
all integers returned by @typeInfo are now comptime_int
Sahnvour
2019-02-17
Fix std.math.powi so powi(x, +-0) = 1 for any x.
Benoit Jauvin-Girard
2019-02-13
Add f128 support for fabs, isinf, isnan, inf and nan functions
Marc Tiehuis
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-01-14
fix incorrect parameter names for std.math.atan2
Andrew Kelley
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
[next]