cosh!(z) Class Public methods Alias for: cosh
cosh(z) Class Public methods returns the hyperbolic cosine of z, where z is given in radians cosh!
cos!(z) Class Public methods Alias for: cos
cos(z) Class Public methods returns the cosine of z, where z is given in radians cos!
cbrt!(z) Class Public methods Alias for: cbrt
cbrt(z) Class Public methods returns the principal value of the cube root of z cbrt!
atanh!(z) Class Public methods Alias for: atanh
atanh(z) Class Public methods returns the inverse hyperbolic tangent of z atanh!
atan2!(y,x) Class Public methods Alias for: atan2
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!
Page 2214 of 2275