The use of the inverse tangent value function atan

Source: Internet
Author: User

The syntax of a atan function

function function: Returns the inverse tangent value.

The tangent value is equal to the number parameter value because it is an angle. The returned angle value is expressed in radians, and the range is-PI/2 to PI/2.

Grammar

Atan (number)

The tangent value of the number angle.

Note: To use degrees to represent an inverse tangent value, multiply the result by 180/pi () or by using the DEGREES function.

Second, the use of Atan function

We have verified in the previous article that the formula

=tan (0.785398163397448)

The result returned is 1.

Now we can take advantage of the Atan function so that the result of Tan (0.785398163397448), in turn, gets 0.785398163397448, and the formula is simple, as follows:

=atan (TAN (0.785398163397448))

Now look at two more examples:

=atan (1) *180/pi () return 45

=degrees (Atan (1)) return 45

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.