zig/std/math
Marc Tiehuis e70c543bc4 math/complex: cexp test correction and ldexp usage fix 2018-09-13 20:33:05 +12:00
..
big Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world 2018-07-23 14:32:13 -04:00
complex math/complex: cexp test correction and ldexp usage fix 2018-09-13 20:33:05 +12:00
acos.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
acosh.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
asin.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
asinh.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
atan.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
atan2.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
atanh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
cbrt.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
ceil.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
copysign.zig add std.math f16 copysign support 2018-06-30 01:58:17 +02:00
cos.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
cosh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
exp.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
exp2.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
expm1.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
expo2.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
fabs.zig add std.math f16 fabs support 2018-06-30 01:58:17 +02:00
floor.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
fma.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
frexp.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
hypot.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
ilogb.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
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 add std.math f16 nan support 2018-06-30 01:58:17 +02:00
isnormal.zig add std.math f16 isnormal support 2018-06-30 01:58:17 +02:00
ln.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
log.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log1p.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log2.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log10.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
modf.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
nan.zig add std.math f16 nan support 2018-06-30 01:58:17 +02:00
pow.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
round.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
scalbn.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
signbit.zig add std.math f16 signbit support 2018-06-30 01:58:17 +02:00
sin.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
sinh.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
sqrt.zig test std.math f16 sqrt support 2018-06-30 01:58:17 +02:00
tan.zig Default to strict IEEE floating point 2018-08-23 22:54:46 +12:00
tanh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
trunc.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00