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…