Skip to content
Snippets Groups Projects
Commit a24bee15 authored by sof's avatar sof
Browse files

[project @ 1997-07-25 21:28:01 by sof]

phase phix
parent 8a3fbd42
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ magnitude (x:+y) = scaleFloat k
where k = max (exponent x) (exponent y)
mk = - k
phase (0 :+ 0) = 0 -- SLPJ July 97 from John Peterson
phase (x:+y) = atan2 y x
\end{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment