[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TANR()
 To return the TANGENT of a radian.
------------------------------------------------------------------------------

 Syntax

      TANR( <nRadian> ) -> nTan

 Arguments

      <nRadian> is a numeric value representing a radian value.

 Returns

      TANR() returns the tangent value of <nRadian>.

 Description

      TANR() is a trigonometrical function that returns the tangent value of
      a radian.

      For radians, see TAN().

      Accuracy is to the twelfth decimal (i.e. .00000000001)

 Examples

      ? Str( TANR( 1), 12,  9)  // returns  1.557407725
      ? Str( TANR(-1), 12,  9)  // returns -1.557407725

 Files: CALC.LIB

 Author: Touchstone Business Creations          CompuServe ID: 73670,2561
         28613 River Glen Ct. #1
         Menifee, CA 92584-8987 USA

         (909) 679-3364

 Owner : (c) Copyright, 1991,92,93 Touchstone Business Creations

See Also: TAN() SINR() COSR() ATANR() COTR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson