VBScript Tutorial
VB HOME
VB Introduction
VB How to
VB Where to
VB Variables
VB Procedures
VB Conditional
VB Looping
VB Summary
Examples
VB Examples
References
VB Functions
VB Keywords
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Tutorials
W3Schools Forum
Helping W3Schools
|
VBScript Sin Function
Complete VBScript Reference
The Sin function returns the sine of a specified number (angle).
Syntax
| Parameter |
Description |
| number |
Required. A valid numeric expression that expresses an
angle in radians |
Example 1
document.write(Sin(47))
Output:
0.123573122745224
|
Example 2
document.write(Sin(-47))
Output:
-0.123573122745224
|
Complete VBScript Reference
|
|
Jump to: Top of Page
or HOME or
Printer friendly page
W3Schools provides material for training only. We do not warrant the correctness of its contents.
The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2008 by Refsnes Data. All Rights Reserved.
|
|
|