|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmako5.math.Trig
public class Trig
Handles trigonometry.
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 |
---|
public Trig()
Method Detail |
---|
public static double fact(int val)
public static double sine(double val, int steps)
public static double cosine(double x, int steps)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |