zig/lib/std/math
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
big all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
complex all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
acos.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
acosh.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
asin.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
asinh.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
atan.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
atan2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
atanh.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
big.zig remove stage1 workaround for big int set 2023-02-04 00:29:04 -05:00
cbrt.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
complex.zig std: remove names from incorrectly named tests 2023-04-21 23:08:48 -04:00
copysign.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
cosh.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
expm1.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
expo2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
float.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
frexp.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
gcd.zig std.math: add "Greatest common divisor" (gcd) 2022-09-29 21:42:56 +03:00
hypot.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ilogb.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
isfinite.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
isinf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
isnan.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
isnormal.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ldexp.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ln.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
log.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
log1p.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
log2.zig libstd: skip problematic tests on aarch64-windows 2022-11-30 00:26:40 +01:00
log10.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
modf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
nan.zig stage2: fix recent LLVM backend code 2022-04-27 14:18:34 -07:00
pow.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
powi.zig update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
scalbn.zig Use the word 'base' consistently instead of 'radix' 2023-06-01 00:02:16 +03:00
signbit.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sinh.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sqrt.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
tanh.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00