atand

atand(x)

Compute the inverse tangent of x, where the output is in degrees

Examples

julia> atand(1)
45.0

julia> atand(0)
0.0

julia> atand(-1)
-45.0

Examples:

  1. Calculate the inverse tangent of a positive number:

    julia> atand(1)
    45.0

    The atand function returns the inverse tangent of 1, which is 45 degrees.

  2. Calculate the inverse tangent of zero:

    julia> atand(0)
    0.0

    The atand function returns 0 for an input of 0, as the tangent of 0 degrees is 0.

  3. Calculate the inverse tangent of a negative number:
    julia> atand(-1)
    -45.0

    The atand function returns the inverse tangent of -1, which is -45 degrees.

Note: The atand function returns the result in degrees.

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.

*Required Field
Details

Checking you are not a robot: