| java.lang.Object | |
| ↳ | org.jfree.data.function.PowerFunction2D |
A function of the form y = a * x ^ b.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new power function.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the value of the function for a given input ('x').
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.data.function.Function2D
| |||||||||||
Creates a new power function.
| a | the 'a' coefficient. |
|---|---|
| b | the 'b' coefficient. |
Returns the value of the function for a given input ('x').
| x | the x-value. |
|---|