SIN

Contents


sin returns the sine of its parameter.

Syntax

   sin(num_exp)

 

Parameters

 

Element

Description

Restrictions

num_exp

Numeric Expression

-1e10<= num_exp <=1e10

 

Examples

   Y = sin(45)

 

Description and Comments

This function returns the sine of the parameter expressed in the current angular mode.

sin is the inverse of the asin function.

The result type is Double.

 

Associated Errors

Error

Description

ERMODE (10)

The parameter is not numeric.

ERDOM (50)

| num_exp | > 1e10

 

Associated Keywords

COS - TAN - ASIN - ACOS - ATAN - ATAN2 - ANGLE - ADXMDA


CONTENTS


Copyright © Sage 1999 - 2007