sin function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Syntax

  • float sin(float value)

Returns

The sine of value, i.e. a value in [-1, 1].

Description

The sine function calculates the sine of value, where value is given in degrees.

Related


In this topic