"These are the usual trigonometric functions. The flatan function, when passed two arguments, returns (flatan (/ y x)) without requiring the use of complex numbers (C99 atan2)."
..except that atan2 does not return the same thing as atan(y/x). Also, the spec suggests that y is the second argument to flatan, but "y" is conventionally the first argument to atan2.