..
big
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
complex
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
acos.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
acosh.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
asin.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
asinh.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
atan.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
atan2.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
atanh.zig
Simplify Copysign
2022-05-17 21:55:22 +01:00
big.zig
remove stage1 workaround for big int set
2023-02-04 00:29:04 -05:00
cbrt.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
complex.zig
std: remove names from incorrectly named tests
2023-04-21 23:08:48 -04:00
copysign.zig
stage2: lower float negation explicitly
2022-06-30 00:02:00 -07:00
cosh.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
expm1.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
expo2.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
float.zig
Sema: fix parameter of type 'T' must be comptime error
2022-08-22 11:16:36 +03:00
frexp.zig
add support for f128 @mulAdd
2021-10-05 12:32:26 -07:00
gcd.zig
std.math: add "Greatest common divisor" (gcd)
2022-09-29 21:42:56 +03:00
hypot.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
ilogb.zig
compiler_rt: Re-implement ldexp/ilogb using bit-ops
2022-10-09 11:09:02 -07:00
isfinite.zig
std.math: simpler error handling
2022-05-17 22:04:12 +01:00
isinf.zig
std.math: add inline to some functions
2022-07-13 11:14:46 -07:00
isnan.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
isnormal.zig
std.math: simpler error handling
2022-05-17 22:04:12 +01:00
ldexp.zig
Manually construct denormal constants in tests
2022-10-09 20:29:30 -07:00
ln.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
log.zig
compiler-rt: math functions reorg
2022-04-27 12:20:44 -07:00
log1p.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
log2.zig
libstd: skip problematic tests on aarch64-windows
2022-11-30 00:26:40 +01:00
log10.zig
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
modf.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
nan.zig
stage2: fix recent LLVM backend code
2022-04-27 14:18:34 -07:00
pow.zig
Simplify Copysign
2022-05-17 21:55:22 +01:00
powi.zig
update uses of overflow arithmetic builtins
2022-12-27 15:13:14 +02:00
scalbn.zig
std/math: add ldexp and make scalbn an alias
2021-11-23 14:47:01 -05:00
signbit.zig
stage2: lower float negation explicitly
2022-06-30 00:02:00 -07:00
sinh.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
sqrt.zig
std: fix a bunch of typos
2023-04-30 18:16:04 -07:00
tanh.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00