small edit to doc of atan; Closes PR 12039

This commit is contained in:
Matthias Felleisen 2011-07-13 18:00:35 -04:00
parent 2fdc56db3a
commit 03dc212d61

View File

@ -73,8 +73,8 @@
"Evaluates the arcsine (inverse of sin) of a number.")
(acos (number -> number)
"Evaluates the arccosine (inverse of cos) of a number.")
(atan (number -> number)
"Evaluates the arctan (inverse of tan) of a number.")
(atan (number [number] -> number)
"Evaluates the arctan of the given number or the ratio of the two given numbers.")
(sinh (number -> number)
"Evaluates the hyperbolic sine of a number.")