|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.simphoney.audio.FloatSinTable
public class FloatSinTable
| Constructor Summary | |
|---|---|
FloatSinTable()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Testing... |
static double |
sin(float ang)
interpolated values of sin. |
static double |
sinFast(double a)
calculates fast sin, but with low precision. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FloatSinTable()
| Method Detail |
|---|
public static final double sinFast(double a)
a - angle in radians
public static final double sin(float ang)
ang - angle in radians
public static void main(java.lang.String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||