..
big
zig fmt: remove trailing whitespace on doc comments
2022-04-05 18:08:33 +03:00
complex
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
__rem_pio2.zig
std/math: fix __rem_pio2 underflow
2021-12-06 01:02:09 +13:00
__rem_pio2_large.zig
std/math: replace golang sin/cos/tan with musl sin/cos/tan
2021-12-06 01:02:09 +13:00
__rem_pio2f.zig
std/math: replace golang sin/cos/tan with musl sin/cos/tan
2021-12-06 01:02:09 +13:00
__trig.zig
std/math: replace golang sin/cos/tan with musl sin/cos/tan
2021-12-06 01:02:09 +13:00
acos.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
acosh.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
asin.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
asinh.zig
Fix bug where std.math.asinh64 doesn't respect signedness for negative values ( #9940 )
2021-10-15 13:55:40 -04:00
atan.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
atan2.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
atanh.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
big.zig
std/math: optimize division with divisors less than a half-limb
2022-02-06 21:39:34 -05:00
cbrt.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
ceil.zig
zig libc: export floorl and ceill
2021-10-22 10:48:45 -07:00
complex.zig
std.math.Complex: add 'negation' and 'mulitply by i'
2022-03-27 11:54:43 +03:00
copysign.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
cos.zig
std/math: hide internal cos/tan functions
2021-12-06 01:17:01 +13:00
cosh.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
exp.zig
Fix copy-paste error that results in incorrect results from exp64()
2021-11-15 19:40:03 -05:00
exp2.zig
Fix bug in exp2() ( #9999 )
2021-10-26 18:57:58 -04:00
expm1.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
expo2.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
fabs.zig
math.fabs: simplify implementation, add tests
2022-04-06 15:50:36 +02:00
float.zig
derive float constants in a generic way ( #10133 )
2022-04-06 15:50:36 +02:00
floor.zig
zig libc: export floorl and ceill
2021-10-22 10:48:45 -07:00
fma.zig
stage2: rework @mulAdd
2022-03-06 16:11:39 -07:00
frexp.zig
add support for f128 @mulAdd
2021-10-05 12:32:26 -07:00
hypot.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
ilogb.zig
add support for f128 @mulAdd
2021-10-05 12:32:26 -07:00
inf.zig
std: add f80 bits
2022-01-28 11:45:04 -07:00
isfinite.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
isinf.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
isnan.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
isnormal.zig
math.isNormal: simplify implementation, add tests
2022-04-06 15:50:36 +02:00
ldexp.zig
std.{fmt, math}: derive float constants from std
2022-04-06 15:50:36 +02:00
ln.zig
AstGen: use reachableExpr for return operand
2021-11-24 14:47:33 -07:00
log.zig
AstGen: use reachableExpr for return operand
2021-11-24 14:47:33 -07:00
log1p.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
log2.zig
AstGen: use reachableExpr for return operand
2021-11-24 14:47:33 -07:00
log10.zig
AstGen: use reachableExpr for return operand
2021-11-24 14:47:33 -07:00
modf.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
nan.zig
std: add f80 bits
2022-01-28 11:45:04 -07:00
pow.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
powi.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
round.zig
freestanding libc: include roundl
2022-03-14 00:11:46 -07:00
scalbn.zig
std/math: add ldexp and make scalbn an alias
2021-11-23 14:47:01 -05:00
signbit.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
sin.zig
std/math: Add test cases for #9901
2021-12-06 01:02:09 +13:00
sinh.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
sqrt.zig
AstGen: use reachableExpr for return operand
2021-11-24 14:47:33 -07:00
tan.zig
std/math: hide internal cos/tan functions
2021-12-06 01:17:01 +13:00
tanh.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
trunc.zig
libc: Export truncl
2021-10-24 19:17:55 +02:00