zig/std/math
2018-07-23 14:32:13 -04:00
..
big Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world 2018-07-23 14:32:13 -04:00
complex
acos.zig
acosh.zig
asin.zig
asinh.zig
atan.zig
atan2.zig
atanh.zig
cbrt.zig
ceil.zig
copysign.zig add std.math f16 copysign support 2018-06-30 01:58:17 +02:00
cos.zig
cosh.zig
exp.zig
exp2.zig all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
expm1.zig
expo2.zig
fabs.zig add std.math f16 fabs support 2018-06-30 01:58:17 +02:00
floor.zig add std.math f16 floor support 2018-06-30 01:58:17 +02:00
fma.zig
frexp.zig
hypot.zig
ilogb.zig
index.zig all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
inf.zig add std.math f16 inf support 2018-06-30 01:58:17 +02:00
isfinite.zig add std.math f16 isfinite support 2018-06-30 01:58:17 +02:00
isinf.zig add std.math f16 inf support 2018-06-30 01:58:17 +02:00
isnan.zig
isnormal.zig add std.math f16 isnormal support 2018-06-30 01:58:17 +02:00
ln.zig
log.zig
log1p.zig
log2.zig
log10.zig
modf.zig
nan.zig
pow.zig
round.zig
scalbn.zig
signbit.zig add std.math f16 signbit support 2018-06-30 01:58:17 +02:00
sin.zig
sinh.zig
sqrt.zig test std.math f16 sqrt support 2018-06-30 01:58:17 +02:00
tan.zig
tanh.zig
trunc.zig