x ≠ 0 x\neq 0 x=0 的二进制指数 sign(x)*ceil(log2(abs(x)))
significand(x)
x 2 e x p o n e n t ( x ) \frac{x}{2^{exponent(x)}} 2exponent(x)x
三角函数双曲函数 Trigonometric and hyperbolic functions
弧度三角函数
角度三角函数
双曲三角函数
反三角函数
角度反三角函数
双曲反三角函数
sin
sind
sinh
asin
asind
asinh
cos
cosd
cosh
acos
acosd
acosh
tan
tand
tanh
atan
atand
atanh
cot
cotd
coth
acot
acotd
acoth
sec
secd
sech
asec
asecd
asech
csc
cscd
csch
acsc
acscd
acsch
sinc(x)= sin ( π x ) π x \frac{\sin(\pi x)}{\pi x} πxsin(πx), cosc(x)= cos ( π x ) x − sin ( π x ) π x 2 \frac{\cos(\pi x)}{x}- \frac{\sin(\pi x)}{\pi x^2} xcos(πx)−πx2sin(πx).
1 js语法 uni-app的js API由标准ECMAScript的js API 和 uni 扩展 API 这两部分组成。标准ECMAScript的js仅是最基础的js。浏览器基于它扩展了window、document、navigator等对象。小程序也基于标准js扩展了各种wx.xx、my.xx、swan.xx的API。node也扩展了fs等模块。uni-app基于E…