public class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
exp(double x,
boolean logScale)
Returns the exponential function of the specified number if
logScale is true.
|
static double |
log(double x,
boolean logScale)
Returns the natural logarithm of the specified number if
logScale is true.
|
public static double log(double x,
boolean logScale)
public static double exp(double x,
boolean logScale)
Copyright © 2016. All Rights Reserved.