Arithmetic/Complex: Difference between revisions

→‎{{header|Factor}}: use recip instead of 1 swap /
(→‎{{header|Phix}}: use builtin)
(→‎{{header|Factor}}: use recip instead of 1 swap /)
Line 1,659:
C{ 1 2 } {
[ neg . ] ! negation
[ 1 swap /recip . ] ! multiplicative inverse
[ conjugate . ] ! complex conjugate
[ sin . ] ! sine
1,808

edits