Arithmetic/Complex: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: minor code fix)
m (→‎{{header|Sidef}}: minor code simplification)
Line 3,841: Line 3,841:
a * b, # multiplication
a * b, # multiplication
-a, # negation
-a, # negation
1.c / a, # multiplicative inverse
1 / a, # multiplicative inverse
~a, # complex conjugate
~a, # complex conjugate
a.abs, # abs
a.abs, # abs