zig/std/math/complex
Andrew Kelley d5648d2640
remove implicit cast from T to *const T
closes #1465
2018-10-15 18:23:47 -04:00
..
abs.zig Add initial complex-number support 2018-04-24 19:18:31 +12:00
acos.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
acosh.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
arg.zig Add initial complex-number support 2018-04-24 19:18:31 +12:00
asin.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
asinh.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
atan.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
atanh.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
conj.zig Add initial complex-number support 2018-04-24 19:18:31 +12:00
cos.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
cosh.zig remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
exp.zig math/complex: cexp test correction and ldexp usage fix 2018-09-13 20:33:05 +12:00
index.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
ldexp.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
log.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
pow.zig remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
proj.zig Add initial complex-number support 2018-04-24 19:18:31 +12:00
sin.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
sinh.zig math/complex: cexp test correction and ldexp usage fix 2018-09-13 20:33:05 +12:00
sqrt.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
tan.zig clean up complex math tests 2018-04-24 21:14:12 -04:00
tanh.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00