无涯教程-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

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

相关推荐
nameofworld30 分钟前
前端面试笔试(二)
前端·javascript·面试·学习方法·数组去重
hummhumm1 小时前
第 12 章 - Go语言 方法
java·开发语言·javascript·后端·python·sql·golang
hummhumm1 小时前
第 8 章 - Go语言 数组与切片
java·开发语言·javascript·python·sql·golang·database
zhanghaisong_20152 小时前
Caused by: org.attoparser.ParseException:
前端·javascript·html·thymeleaf
南城夏季3 小时前
蓝领招聘二期笔记
前端·javascript·笔记
Huazie3 小时前
来花个几分钟,轻松掌握 Hexo Diversity 主题配置内容
前端·javascript·hexo
NoloveisGod3 小时前
Vue的基础使用
前端·javascript·vue.js
GISer_Jing3 小时前
前端系统设计面试题(二)Javascript\Vue
前端·javascript·vue.js
海上彼尚4 小时前
实现3D热力图
前端·javascript·3d
理想不理想v4 小时前
使用JS实现文件流转换excel?
java·前端·javascript·css·vue.js·spring·面试