sin Method
Returns the sine of a number.
function sin(number : Number) : Number
Arguments
- number
Required. A numeric expression for which the sine is calculated.
Remarks
The return value is the sine of the numeric argument.
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Returns the sine of a number.
function sin(number : Number) : Number
The return value is the sine of the numeric argument.