|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ijchart.xychart.util.MathUtil
public abstract class MathUtil
Title: IJChart
Description: a chart library for the Java(tm) platform.
Nice static helpers for working with MathCopyright: Copyright (c) 2013
Company:
| Constructor Summary | |
|---|---|
MathUtil()
|
|
| Method Summary | |
|---|---|
static int |
sign(double val)
The Signum function. |
static int |
sign(double v1,
double v2)
The Signum function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MathUtil()
| Method Detail |
|---|
public static int sign(double v1,
double v2)
v1 - double
The first value.v2 - double
The second value.
public static int sign(double val)
val - double
The value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||