YouTip LogoYouTip

Func Sin

# VBScript Sin Function * * Complete VBScript Reference Manual](#) * * * The Sin function returns the sine of a specified number (angle). ### Syntax Sin(number) | Parameter | Description | | :--- | :--- | | number | Required. A valid numeric expression representing an angle in radians. | ## Example ## Example document.write(Sin(47) & "
") document.write(Sin(-47)) Output of the example above: 0.123573122745224 -0.123573122745224 [Try it yourself Β»](#) * * Complete VBScript Reference Manual](#)
← Func SqrFunc Sgn β†’