ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         tan - compute tangent
  3 
  4 SYNOPSIS
  5         float tan(float x)
  6 
  7 
  8 DESCRIPTION
  9         Return the tangent of the argument.
 10 
 11 ERRORS
 12         An error will result if the argument is too large to accurately
 13         compute the tangent (around 1e9).
 14 
 15 SEE ALSO
 16         kfun/cos, kfun/sin
 17 
 18 NOTE
 19         For values close to a multiple of PI/2, the result may be inaccurate.

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.