zig/lib/std/math/complex
Andrew Kelley 615d45da77 Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Conflicts:
 * src/codegen/spirv.zig
 * src/link/SpirV.zig

We're going to want to improve the stage2 test harness to print
the source file name when a compile error occurs otherwise std lib
contributors are going to see some confusing CI failures when they cause
stage2 AstGen compile errors.
2021-05-17 19:30:38 -07:00
..
abs.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
acos.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
acosh.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
arg.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
asin.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
asinh.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
atan.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-17 19:30:38 -07:00
atanh.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
conj.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
cos.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
cosh.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-17 19:30:38 -07:00
exp.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-17 19:30:38 -07:00
ldexp.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
log.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
pow.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
proj.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
sin.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
sinh.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-17 19:30:38 -07:00
sqrt.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
tan.zig std.math.Complex: Change new() to init() 2021-05-17 21:57:51 +02:00
tanh.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-17 19:30:38 -07:00