cbrt
float cbrt(float n)
返回 n
的立方根。
vector2 cbrt(vector2 v)
vector cbrt(vector v)
vector4 cbrt(vector4 v)
返回一个新向量,其中每个分量都是 v
中对应分量的立方根。
float cbrt(float n)
返回 n
的立方根。
vector2 cbrt(vector2 v)
vector cbrt(vector v)
vector4 cbrt(vector4 v)
返回一个新向量,其中每个分量都是 v
中对应分量的立方根。