Home page
 
 Home 
 ASP 
 PHP 
 SQL 
 HTML 
 JavaScript 
 Search 
 Contact 
 


Search
or browse popular tags
Got questions?

We got answers.

Ask your question about PHP, ASP, Javascript, HTML, CSS, hosting and get professional help, free of charge.

Access Functions
Subscription

Sign up for the free email newsletter for new tips, tutorials and more. Enter your email address below, and then click the button.

Privacy Policy

RSS Twitter

Home / SQL / Access Functions

 

 

Access: Sin Function

Print Bookmark and Share

In Access, the Sin function returns the sine of an angle.

The syntax for the Sin function is:

Sin ( number )

The argument number can be any valid numeric expression that expresses an angle in radians. The Sin function takes an angle and returns the ratio of two sides of a right triangle. The ratio is the length of the side opposite the angle divided by the length of the hypotenuse.

Sin (15)       returns 0,65028784
Sin (2)        returns 0,90929742

VBA Code

Dim MyNumber
MyNumber = Sin(2.5)

This example uses the Sin function to return the sine of an angle. Now the MyNumber variable would contain the value 0,5984721.

SQL query

You can also use the Sin function in a query.

SELECT Sin([OwnerId]) AS Expr1
FROM Orders


If you'd like to see how it works, enter SQL statement and press Execute
 

Need help with ASP, PHP, Javascript?

Let our experts help you.
 
 
ASPRunner.NET - code generator for ASP.NET
Web hosting (PHP,ASP,MySQL,SQL server,unlimited emails)



Tags: ACCESS FUNCTION SIN SINE ANGLE

Add To: Add to dzone dzone | Digg this digg | Add to del.icio.us del.icio.us | Stumble it stumbleupon

  • Comments





Copyright © 2005-2009             www.WebCheatSheet.com All Rights Reserved.