csound-expression-0.3.1: Csound combinator library

CsoundExpr.Opcodes.Math.Trig

Description

Trigonometric Functions

Synopsis

Documentation

cos' :: X x0 => x0 -> x0Source

  • opcode : cos
  • syntax :
   cos(x) (no rate restriction)
  • description :

Returns the cosine of x (x in radians).

cosh' :: X x0 => x0 -> x0Source

  • opcode : cosh
  • syntax :
   cosh(x) (no rate restriction)
  • description :

Returns the hyperbolic cosine of x (x in radians).

cosinv :: X x0 => x0 -> x0Source

  • opcode : cosinv
  • syntax :
   cosinv(x) (no rate restriction)
  • description :

Returns the arccosine of x (x in radians).

sin' :: X x0 => x0 -> x0Source

  • opcode : sin
  • syntax :
   sin(x) (no rate restriction)
  • description :

Returns the sine of x (x in radians).

sinh' :: X x0 => x0 -> x0Source

  • opcode : sinh
  • syntax :
   sinh(x) (no rate restriction)
  • description :

Returns the hyperbolic sine of x (x in radians).

sininv :: X x0 => x0 -> x0Source

  • opcode : sininv
  • syntax :
   sininv(x) (no rate restriction)
  • description :

Returns the arcsine of x (x in radians).

tan' :: X x0 => x0 -> x0Source

  • opcode : tan
  • syntax :
   tan(x) (no rate restriction)
  • description :

Returns the tangent of x (x in radians).

tanh' :: X x0 => x0 -> x0Source

  • opcode : tanh
  • syntax :
   tanh(x) (no rate restriction)
  • description :

Returns the hyperbolic tangent of x (x in radians).

taninv :: X x0 => x0 -> x0Source

  • opcode : taninv
  • syntax :
   taninv(x) (no rate restriction)
  • description :

Returns the arctangent of x (x in radians).