三角函数,双曲函数

函数名 函数帮助信息
degree

degree(1) :

degree(x)把x从角度转换为弧度。符号表示→x°

fromdms

fromdms(1) :

fromdms(x)把x从角度转换为弧度。x支持度分秒格式

dmslist

dmslist(1) :

dmslist(x)把x从弧度转换为度分秒格式。

hypot

hypot(2) :

hypot(x,y)返回sqrt(x^2 +y^2)。

sin

sin(1) :

sin(x)返回x的正弦,x可以为角度如sin(30°)。

cos

cos(1) :

cos(x)返回x的余弦。

tan

tan(1) :

tan(x)返回x的正切。

cot

cot(1) :

cot(x)返回x的余切。

sec

sec(1) :

sec(x)返回x的正割。

csc

csc(1) :

csc(x)返回x的余割。

asin

asin(1) :

asin(x)返回x的反正弦。

acos

acos(1) :

acos(x)返回x的反余弦。

atan

atan(1) :

atan(x)返回x的反正切。

acot

acot(1) :

acot(x)返回x的反余切。

asec

asec(1) :

asec(x)返回x的反正割。

acsc

acsc(1) :

acsc(x)返回x的反余割。

sinh

sinh(1) :

sinh(x)返回x的双曲正弦。

cosh

cosh(1) :

cosh(x)返回x的双曲余弦。

tanh

tanh(1) :

tanh(x)返回x的双曲正切。

coth

coth(1) :

coth(x)返回x的双曲余切。

sech

sech(1) :

sech(x)返回x的双曲正割。

csch

csch(1) :

csch(x)返回x的双曲余割。

asinh

asinh(1) :

asinh(x)返回x的反双曲正弦。

acosh

acosh(1) :

acosh(x)返回x的反双曲余弦。

atanh

atanh(1) :

atanh(x)返回x的反双曲正切。

acoth

acoth(1) :

acoth(x)返回x的反双曲余切。

asech

asech(1) :

asech(x)返回x的反双曲正割。

acsch

acsch(1) :

acsch(x)返回x的反双曲余割。