Package | Description |
---|---|
cern.jet.math |
Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions,
Function Objects for generic function evaluation, etc.
|
Modifier and Type | Method and Description |
---|---|
static PlusMult |
PlusMult.minusDiv(double constant)
a - b/constant.
|
static PlusMult |
PlusMult.minusMult(double constant)
a - b*constant.
|
static PlusMult |
PlusMult.plusDiv(double constant)
a + b/constant.
|
static PlusMult |
PlusMult.plusMult(double constant)
a + b*constant.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.