atan(z) Class Public methods returns the arc tangent of z atan!
atan!(z) Class Public methods Alias for: atan
atan2(y,x) Class Public methods returns the arc tangent of y divided by x using the signs of y and x to determine the quadrant atan2!
atan2!(y,x) Class Public methods Alias for: atan2
atanh(z) Class Public methods returns the inverse hyperbolic tangent of z atanh!
atanh!(z) Class Public methods Alias for: atanh
cbrt(z) Class Public methods returns the principal value of the cube root of z cbrt!
cbrt!(z) Class Public methods Alias for: cbrt
cos(z) Class Public methods returns the cosine of z, where z is given in radians cos!
cos!(z) Class Public methods Alias for: cos
Page 118 of 11844