无涯教程-JavaScript - ATAN函数

描述

The ATAN function returns the arctangent, or inverse tangent, of a number. The returned angle is given in radians between -π/2 and +π/2. The arctangent is the angle whose tangent is number.

语法

ATAN (number)

争论

Argument 描述 Required/Optional
Number The tangent of the angle you want. Required

Notes

  • 如果您希望将ATAN函数返回的Angular表示为度,则可以将其转换,

    • 使用Excel度数功能(= DEGREES(弧度))

    • ,或乘以180/PI()

  • 如果指定的数字未被识别为数字值,则ATAN返回#VALUE!错误

适用性

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

ATAN Function

JavaScript 中的 ATAN函数 - 无涯教程网无涯教程网提供描述The ATAN function returns the arctangent, or inverse tangent, of a number. T...https://www.learnfk.com/javascript/advanced-excel-math-trignometric-atan-function.html文章来源地址https://www.uudwc.com/A/9dBAW/

原文地址:https://blog.csdn.net/w116858389/article/details/132921786

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请联系站长进行投诉反馈,一经查实,立即删除!

上一篇 2023年09月18日 00:28
基于 MATLAB 的电力系统动态分析研究【IEEE9、IEEE68系节点】
下一篇 2023年09月18日 00:29