Sine & Cosine

Description

Computes both the sine and cosine of x, where x is in radians. Use this function only when you need both results.

Warning : Two new tensors is created for the outputs.

 

Input parameters

 

 x : class, n-dimensional tensor.

Output parameters

 

 sin(x) : class, the sine value of x.
 cos(x) : class, the cosine value of x.

Examples

All these examples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install Accelerator library to run it).

Table of Contents