Pular para o conteúdo principal

19 documentos selecionados com "math"

Ver todas os Marcadores

acos

Obter o valor invertido de um cosseno em graus.

asin

Obter o valor inverso de um seno em graus.

atan

Obter o valor inverso de uma tangente em graus.

atan2

Obter o valor inverso multivalorado de uma tangente em graus.

floatabs

Esta função retorna o valor absoluto de um float.

floatcmp

floatcmp can be used to compare float values to each other, to validate the comparison.

floatcos

Get the cosine from a given angle.

floatdiv

Divide one float by another one.

floatfract

Obtém a parte fracionária de um float.

floatlog

This function allows you to get the logarithm of a float value.

floatmul

Multiplies two floats with each other.

floatpower

Raises the given value to the power of the exponent.

floatround

Round a floating point number to an integer value.

floatsin

Get the sine from a given angle.

floatsub

Subtracts one float from another one.

floattan

Get the tangent from a given angle.

VectorSize

Returns the norm (length) of the provided vector.