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

相关推荐
竹林8181 小时前
Solana DApp 开发踩坑实录:从零用 @solana/web3.js 实现链上数据查询与交易签名
前端·javascript
梯度不陡1 小时前
Signal #17:Agent 开始进入组织系统
前端·javascript
胡萝卜术1 小时前
从暴力到Z字形消元:力扣240「搜索二维矩阵II」的降维打击之路
前端·javascript·面试
云浪2 小时前
前端二进制数组完全指南:ArrayBuffer、TypedArray、DataView 一次讲透
前端·javascript
铁皮饭盒3 小时前
26年bunjs, elysia+pg一把梭, redis都省了
前端·javascript·后端
kyriewen16 小时前
别再对着 TypeScript 报错发呆了:我把 10 个最常见的红色波浪线翻译成了人话
前端·javascript·typescript
free3517 小时前
从 0 实现一个 Tiny JavaScript VM:项目架构拆解
javascript
徐小夕19 小时前
我们开源了一款“框架无关”的思维导图编辑器,3分钟集成到任意系统
前端·javascript·github
PBitW19 小时前
GPT训练我的第三天,明白了应该咋说满分回答!😕😕😕
前端·javascript·面试
像我这样帅的人丶你还19 小时前
Java 后端详解(四):分页与搜索
java·javascript·后端