zig/std/math
2018-06-14 18:27:59 -04:00
..
big Add arbitrary-precision integer to std 2018-06-10 18:24:34 +12:00
complex use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
acos.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
acosh.zig add strict float mode to some math functions 2018-05-26 14:57:53 -04:00
asin.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
asinh.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
atan.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
atan2.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
atanh.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
cbrt.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
ceil.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
copysign.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
cos.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
cosh.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
exp.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
exp2.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
expm1.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
expo2.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
fabs.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
floor.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
fma.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
frexp.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
hypot.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
ilogb.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
index.zig Add arbitrary-precision integer to std 2018-06-10 18:24:34 +12:00
inf.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
isfinite.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
isinf.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
isnan.zig add strict float mode to some math functions 2018-05-26 14:57:53 -04:00
isnormal.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
ln.zig Renamed "(int/float literal)" to "comptime_int/float" 2018-06-05 11:14:43 +02:00
log.zig Renamed "(int/float literal)" to "comptime_int/float" 2018-06-05 11:14:43 +02:00
log1p.zig Merge remote-tracking branch 'origin/master' into llvm7 2018-06-04 02:58:55 -04:00
log2.zig Renamed "(int/float literal)" to "comptime_int/float" 2018-06-05 11:14:43 +02:00
log10.zig Renamed "(int/float literal)" to "comptime_int/float" 2018-06-05 11:14:43 +02:00
modf.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
nan.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
pow.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
round.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
scalbn.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
signbit.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
sin.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
sinh.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
sqrt.zig Renamed "(int/float literal)" to "comptime_int/float" 2018-06-05 11:14:43 +02:00
tan.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
tanh.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
trunc.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00