Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_triar()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_TRIAR()


Syntax:        L_TRIAR(<expN1>,<expN2>)


Purpose:       To calculate the area of a right-angled triangle.


Arguments:     <expN1> is the length of the base of the triangle.

               <expN2> is the height of the triangle.


Returns:       The area of the triangle.


Examples:      ? L_TRIAR(7.3,9.1)           && Result: 33.215


Language:      C

See Also: L_RECTAR() L_PRLLAR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson