zig/lib/std/math
2023-11-19 09:55:07 +00:00
..
big lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
complex lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
acos.zig Make NaNs quiet by default and other NaN tidy-up (#16826) 2023-08-18 02:07:49 -04:00
acosh.zig Make NaNs quiet by default and other NaN tidy-up (#16826) 2023-08-18 02:07:49 -04:00
asin.zig std.math: Add isPositiveZero() and isNegativeZero() 2023-11-09 00:55:43 -07:00
asinh.zig std.math: Add isPositiveZero() and isNegativeZero() 2023-11-09 00:55:43 -07:00
atan.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
atan2.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
atanh.zig Make NaNs quiet by default and other NaN tidy-up (#16826) 2023-08-18 02:07:49 -04:00
big.zig
cbrt.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
complex.zig
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 std.math: Add isPositiveZero() and isNegativeZero() 2023-11-09 00:55:43 -07:00
expo2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
float.zig Make NaNs quiet by default and other NaN tidy-up (#16826) 2023-08-18 02:07:49 -04:00
frexp.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
gcd.zig
hypot.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ilogb.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00: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 Make NaNs quiet by default and other NaN tidy-up (#16826) 2023-08-18 02:07:49 -04:00
isnormal.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
iszero.zig std.math: Add isPositiveZero() and isNegativeZero() 2023-11-09 00:55:43 -07:00
ldexp.zig x86_64: fix compiler rt test failures 2023-10-29 07:20:36 -04:00
log.zig std.math.log_int: implement integer logarithm without using float math 2023-09-14 19:33:56 +00:00
log1p.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
log2.zig
log10.zig x86_64: implement enough to pass unicode tests 2023-10-23 22:42:18 -04:00
log_int.zig x86_64: implement enough to pass unicode tests 2023-10-23 22:42:18 -04:00
modf.zig Use builtin inference over @as where possible 2023-07-24 10:23:51 -07:00
nextafter.zig x86_64: implement enough to pass unicode tests 2023-10-23 22:42:18 -04:00
pow.zig Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07:00
powi.zig
scalbn.zig x86_64: implement 128-bit builtins 2023-10-23 22:42:18 -04:00
signbit.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sinh.zig std.math: Add isPositiveZero() and isNegativeZero() 2023-11-09 00:55:43 -07:00
sqrt.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
tanh.zig std.math: Add isPositiveZero() and isNegativeZero() 2023-11-09 00:55:43 -07:00