zig/lib/std/math
Sean f32723a237
Update frexp.zig (#19370)
1. Entirely rewrote frexp with generics, reducing the implementation to a single function and enabling parameters of types f80 and f16
2. Expanded upon the tests, making them more descriptive and comprehensive, and automatically generating the test bodies for each floating point type
3. Added a doctest for frexp
2024-03-21 18:08:52 -04:00
..
big math.big.int: fix incorrect bitAnd behavior 2024-03-11 16:52:03 -07:00
complex Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
acos.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
acosh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
asin.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
asinh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
atan.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
atan2.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
atanh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
big.zig
cbrt.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
complex.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
copysign.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
cosh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
expm1.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
expo2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
float.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
frexp.zig Update frexp.zig (#19370) 2024-03-21 18:08:52 -04:00
gamma.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
gcd.zig
hypot.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
ilogb.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
isfinite.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
isinf.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
isnan.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
isnormal.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
iszero.zig std.math: Add isPositiveZero() and isNegativeZero() 2023-11-09 00:55:43 -07:00
ldexp.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
log.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
log1p.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
log2.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
log10.zig x86_64: implement shifts of big integers 2024-02-12 05:25:07 +01:00
log_int.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
modf.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
nextafter.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
pow.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
powi.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
scalbn.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
signbit.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
sinh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
sqrt.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
tanh.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00