Search w3schools.com:

SHARE THIS PAGE

VBScript Sin Function


VBScript Reference Complete VBScript Reference

The Sin function returns the sine of a specified number (angle).

Syntax

Sin(number)

Parameter Description
number Required. A valid numeric expression that expresses an angle in radians

Example

Example

<script type="text/vbscript">

document.write(Sin(47) & "<br />")
document.write(Sin(-47))

</script>

The output of the code above will be:

0.123573122745224
-0.123573122745224

Try it yourself »

VBScript Reference Complete VBScript Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]