acosd
acosd(x)
Compute the inverse cosine of x
, where the output is in degrees
Examples
julia> acosd(0.25)
75.52248781407008
julia> acosd(1/sqrt(2))
45.00000000000001
See Also
acos, acosd, acosh, acot, acotd, acoth, acsc, acscd, acsch, asec, asecd, asech, asin, asind, asinh, atan, atan2, atand, atanh, cos, cosc, cosd, cosh, cospi, cot, cotd, coth, csc, cscd, csch, deg2rad, rad2deg, sin, sinc, sind, sinh, sinpi, tan, tand, tanh,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.