sin

Sine for ctau object.


Syntax
   f = sin(c)

Description
   F = sin(c) is a function to approximate by interpolation sin(c), c in 
   [a, b].

Input
   c = coefficients of tau method (ctau object).

Output
   f = coefficients of sin(c).

See also
  sinh, cos, cosh, exp and log.