函数名 | 函数帮助信息 |
---|---|
degree(1) : degree(x)把x从角度转换为弧度。符号表示→x° |
|
fromdms(1) : fromdms(x)把x从角度转换为弧度。x支持度分秒格式 |
|
dmslist(1) : dmslist(x)把x从弧度转换为度分秒格式。 |
|
hypot(2) : hypot(x,y)返回sqrt(x^2 +y^2)。 |
|
sin(1) : sin(x)返回x的正弦,x可以为角度如sin(30°)。 |
|
cos(1) : cos(x)返回x的余弦。 |
|
tan(1) : tan(x)返回x的正切。 |
|
cot(1) : cot(x)返回x的余切。 |
|
sec(1) : sec(x)返回x的正割。 |
|
csc(1) : csc(x)返回x的余割。 |
|
asin(1) : asin(x)返回x的反正弦。 |
|
acos(1) : acos(x)返回x的反余弦。 |
|
atan(1) : atan(x)返回x的反正切。 |
|
acot(1) : acot(x)返回x的反余切。 |
|
asec(1) : asec(x)返回x的反正割。 |
|
acsc(1) : acsc(x)返回x的反余割。 |
|
sinh(1) : sinh(x)返回x的双曲正弦。 |
|
cosh(1) : cosh(x)返回x的双曲余弦。 |
|
tanh(1) : tanh(x)返回x的双曲正切。 |
|
coth(1) : coth(x)返回x的双曲余切。 |
|
sech(1) : sech(x)返回x的双曲正割。 |
|
csch(1) : csch(x)返回x的双曲余割。 |
|
asinh(1) : asinh(x)返回x的反双曲正弦。 |
|
acosh(1) : acosh(x)返回x的反双曲余弦。 |
|
atanh(1) : atanh(x)返回x的反双曲正切。 |
|
acoth(1) : acoth(x)返回x的反双曲余切。 |
|
asech(1) : asech(x)返回x的反双曲正割。 |
|
acsch(1) : acsch(x)返回x的反双曲余割。 |