math
Class Functions1D.Sine

java.lang.Object
  extended by math.Functions1D.Sine
All Implemented Interfaces:
Function1D
Enclosing class:
Functions1D

public static class Functions1D.Sine
extends java.lang.Object
implements Function1D


Constructor Summary
Functions1D.Sine()
           
 
Method Summary
 double f(double x)
           
 java.lang.String getName()
           
 java.lang.String getXName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions1D.Sine

public Functions1D.Sine()
Method Detail

f

public double f(double x)
Specified by:
f in interface Function1D

getName

public java.lang.String getName()
Specified by:
getName in interface Function1D

getXName

public java.lang.String getXName()
Specified by:
getXName in interface Function1D