zig/lib/std/math
Andrew Kelley aa0daea541
update more of the std lib to use `@as`
2019-11-08 15:57:25 -05:00
..
big update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
complex update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
acos.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
acosh.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
asin.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
asinh.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
atan.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
atan2.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
atanh.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
big.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
cbrt.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
ceil.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
complex.zig update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
copysign.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
cos.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
cosh.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
exp.zig update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
exp2.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
expm1.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
expo2.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
fabs.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
floor.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
fma.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
frexp.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
hypot.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
ilogb.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
inf.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
isfinite.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
isinf.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
isnan.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
isnormal.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
ln.zig update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
log.zig update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
log1p.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
log2.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
log10.zig update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
modf.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
nan.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
pow.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
powi.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
round.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
scalbn.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
signbit.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
sin.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
sinh.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
sqrt.zig update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
tan.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
tanh.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
trunc.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00