zig/std/math/complex
Andrew Kelley 7912061226 remove integer and float casting syntax
* add `@intCast`
 * add `@floatCast`
 * add `@floatToInt`
 * add `@intToFloat`

See #1061
2018-06-17 02:57:07 -04:00
..
abs.zig
acos.zig
acosh.zig
arg.zig
asin.zig
asinh.zig
atan.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
atanh.zig
conj.zig
cos.zig
cosh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
exp.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
index.zig std.Complex: use better arg passing convention and fix a TODO 2018-06-16 21:32:53 -04:00
ldexp.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log.zig
pow.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
proj.zig
sin.zig
sinh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
sqrt.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
tan.zig
tanh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00