Manuals/calci/tan

Revision as of 06:05, 29 October 2013 by Jayaram (talk | contribs)
TAN(n)


  • where n is in Radians
  • by default Calci use Radian as angle

DTAN can be used if the angle is in degrees.

The angle can be a single value or any complex array of values. TAN= SIN / COS


For example TAN(1..100) can give an array of the results, which is the TAN value for each of the elements in the array. The array could be of any shape.

Description

Consider     n = 90    then     =TAN(RADIANS(90))    gives    1

  • TAN function determines the sine of the given angle.

Examples

TAN(n)

  • n   is the angle in radians.
TAN(Radian) Value
SIN(0) 0
SIN(1) 0.8414709848
SIN(90) 0.8939966636