Chapter Contents

Previous

Next
SIN

SIN



Returns the sine

Category: Trigonometric


Syntax
Arguments
Examples

Syntax

SIN(argument)

Arguments

argument
is numeric and is specified in radians.


Examples

SAS Statements Results
x=sin(0.5);
0.4794255386
x=sin(0);
0
x=sin(3.14159/4);
.7071063121


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.