We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22f2c2 commit 8d0d193Copy full SHA for 8d0d193
1 file changed
std/builtin.jule
@@ -228,4 +228,4 @@ fn imag(c: Cmplx): Float
228
// The real and imaginary parts must be of the same size,
229
// either f32 or f64 (or assignable to them), and the return
230
// value will be the corresponding complex type (cmplx64 for f32, cmplx128 for f64).
231
-fn complex(r: Float, i: Float): Cmplx
+fn cmplx(r: Float, i: Float): Cmplx
0 commit comments