sinh
float sinh(float n)
返回 n
的双曲正弦值。
vector2 sinh(vector2 v)
vector sinh(vector v)
vector4 sinh(vector4 v)
返回一个新向量,其中每个分量都应用了 sinh()
函数。
float sinh(float n)
返回 n
的双曲正弦值。
vector2 sinh(vector2 v)
vector sinh(vector v)
vector4 sinh(vector4 v)
返回一个新向量,其中每个分量都应用了 sinh()
函数。