zig/std/math
Andrew Kelley fcbb7426fa use * for pointer type instead of &
See #770

To help automatically translate code, see the
zig-fmt-pointer-reform-2 branch.

This will convert all & into *. Due to the syntax
ambiguity (which is why we are making this change),
even address-of & will turn into *, so you'll have
to manually fix thes instances. You will be guaranteed
to get compile errors for them - expected 'type', found 'foo'
2018-05-31 17:28:07 -04: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 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 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 use * for pointer type instead of & 2018-05-31 17:28: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 run zig fmt on the codebase 2018-05-29 04:23:38 -04: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 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 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