zig/std/math
Andrew Kelley b73307befb more std lib to postfix deref with zig fmt 2018-05-17 00:56:14 -04:00
..
complex more std lib to postfix deref with zig fmt 2018-05-17 00:56:14 -04:00
acos.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
acosh.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05: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 syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
atan2.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -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 std.math.ln and std.math.exp use float strict mode 2018-04-15 15:22:27 -04:00
exp2.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
expm1.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05: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 partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
ilogb.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
index.zig Merge branch 'master' into pointer-reform 2018-05-09 23:43:07 -04: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 syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
isnormal.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
ln.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
log.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
log1p.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
log2.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04:00
log10.zig partial conversion to post-fix pointer deref using zig fmt 2018-05-10 00:29:49 -04: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 syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05: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 add @sqrt built-in function 2018-04-15 13:26:58 -04: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