Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> derived math functions(x)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                           Derived Math Functions(x)

 Trig Derivations:

 Sin(x)
       1 / Csc(x)
       Tan(x) * Cos(x)

 Cos(x)
       1 / Sec(x)
       Sin(x) * Cot(x)

 Tan(x)
       1 / Cot(x)
       Sin(x) / Cos(x)
       Sin(x) * Sec(x)

 Cot(x)
       1 / Tan(x)
       Cos(x) / Sin(x)
       Cos(x) * Csc(x)

 Sec(x)
       1 / Cos(x)
       Csc(x) * Tan(x)

 Csc(x)
       1 / Sin(x)
       Sec(x) * Cot(x)


 Trig Functions:

 Tan . = Length Opposite Side / Length Adjacent Side
 Cos . = Length Adjacent Side / Length Hypotenuse
 Sin . = Length Opposite Side / Length Hypotenuse


 Number Raised to Power

 Power:  (x)     Exp(Ln(Mantissa) * Exponent)    { Mantissa  Exponent }

See Also: ArcTan Cos Exp Ln Sin

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