sin(Variable) Function

Top 

Description

Computes the sine of the specified value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

sin(

Variable x)

 

 

Arguments

x


Description:

The value whose sine will be returned.

Units:

rad

 

 

 

Return Value

Type:

number

 

 

The sine of the specified value.

 

Syntax

myVariable1 = sin(myVariable2);

 

 

Example 1

 

 

See also

sin