public class Maths extends Object
| Constructor and Description |
|---|
Maths() |
| Modifier and Type | Method and Description |
|---|---|
static double |
mod(double num,
double div) |
static double |
sigmoid(double a)
Logistic sigmoid function in range [0..1]
|
static double |
square(double a) |
static double |
triangleWave(double a) |
Copyright © 2012. All Rights Reserved.