mako5.math
Class Trig

java.lang.Object
  extended by mako5.math.Trig

public class Trig
extends Object

Handles trigonometry.

Since:
03-Apr 2006
Author:
Paul Jarrett

Constructor Summary
Trig()
           
 
Method Summary
static double cosine(double x, int steps)
           
static double fact(int val)
           
static double sine(double val, int steps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trig

public Trig()
Method Detail

fact

public static double fact(int val)

sine

public static double sine(double val,
                          int steps)

cosine

public static double cosine(double x,
                            int steps)