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
/
lib
/
std
/
math.zig
Age
Commit message (
Expand
)
Author
2024-09-02
std.math: rename make_f80 to F80.toFloat and break_f80 to F80.fromFloat
Jeremy Hertel
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2024-08-14
langref: clarify functionality of the round builtin (#19503)
T
2024-07-25
aarch64: reenable tests that are no longer regressed
Julian Vesper
2024-06-01
Support Vectors in std.math.clamp
koenditor
2024-05-30
std/math: import "math/float.zig" only once
Manlio Perillo
2024-05-30
math.hypot: fix incorrect over/underflow behavior (#19472)
expikr
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-04-14
WindowsSdk: fix for new x86_64-windows CI
Jacob Young
2024-03-29
std.math: rework modf
Sean
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-15
make `math.degreesToRadians` and `math.radiansToDegrees` infer type from argu...
expikr
2024-03-15
fix(math): eval isPowerOfTwo at comptime in rotl/rotr
paoda
2024-03-13
remove `math.lerp` bounds for t
pancelor
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-01-14
std.math: add `wrap` function (#18154)
expikr
2024-01-13
fix #17142, wrong comptime log_int computation
Guillaume Wenzek
2024-01-09
Add std.math.gamma and lgamma (#18449)
PauloCampana
2024-01-07
Add approxEqAbs support for comptime_float
Eric Eastwood
2024-01-03
Reapply "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Jacob Young
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2023-11-23
Deprecate math.doNotOptimizeAway, use mem.doNotOptimizeAway (#18011)
John Benediktsson
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-09
std.math: Add isPositiveZero() and isNegativeZero()
Linus Groh
2023-11-05
cbe: skip std.math.lerp test that fails when compiler_rt fma is used
kcbanner
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-23
x86_64: implement `@mod` for floating-point types
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Return zero for NaN-to-int lossy casts
Michael Bradshaw
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-06
std.math: add nextAfter (#16894)
castholm
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-09-18
std: math.absInt: update docs to use fabs for floats
Meghan Denny
2023-09-14
std.math.log_int: implement integer logarithm without using float math
Federico Stra
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-08-02
Remove math.ln in favor of `@log`
Adam Goertz
2023-07-12
Remove len parameter from splat in standard lib
antlilja
2023-07-09
Change math.Order order (#16356)
Niles Salter
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-18
std.math.isPowerOfTwo: add tests and doc comment and improve assert
r00ster91
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-13
std.math: hard deprecate obsolete constants (soft deprecated in 0.10)
Eric Joldasov
2023-05-29
std.io.Writer: add support for non-power-of-two int sizes
Cortex
[next]