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
ldexp.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log.zig
pow.zig
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