| Package | Description |
|---|---|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| Modifier and Type | Method and Description |
|---|---|
FloatDimensionless.Abs |
FloatDimensionless.Abs.abs()
Set the value(s) to their absolute value.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.asin()
Set the value(s) to the arc sine of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.atan()
Set the value(s) to the arc tangent of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.cbrt()
Set the value(s) to the(ir) cube root.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.ceil()
Set the value(s) to the smallest (closest to negative infinity) value(s) that are greater than or equal to the argument
and equal to a mathematical integer.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.floor()
Set the value(s) to the largest (closest to positive infinity) value(s) that are less than or equal to the argument and
equal to a mathematical integer.
|
static FloatDimensionless.Abs |
FloatDimensionless.Abs.interpolate(FloatDimensionless.Abs zero,
FloatDimensionless.Abs one,
double ratio)
Interpolate between two values.
|
static FloatDimensionless.Abs |
FloatDimensionless.Abs.interpolate(FloatDimensionless.Abs zero,
FloatDimensionless.Abs one,
float ratio)
Interpolate between two values.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.minus(FloatDimensionless.Rel v)
Absolute scalar minus Relative scalar = Absolute scalar.
|
FloatDimensionless.Abs |
FloatDimensionless.Rel.plus(FloatDimensionless.Abs v)
Relative scalar plus Absolute scalar = Absolute scalar.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.plus(FloatDimensionless.Rel v)
Absolute scalar plus Relative scalar = Absolute scalar.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.signum()
Set the value(s) to the signum function of the value(s); zero if the argument is zero, 1.0 if the argument is greater
than zero, -1.0 if the argument is less than zero.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.sin()
Set the value(s) to the trigonometric sine of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
FloatDimensionless.Abs |
FloatDimensionless.Rel.toAbs()
Translate the relative scalar into an absolute scalar (e.g., before or after a multiplication or division).
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
FloatDimensionless.Abs |
FloatDimensionless.Abs.toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatDimensionless.Abs |
FloatDimensionless.Abs.interpolate(FloatDimensionless.Abs zero,
FloatDimensionless.Abs one,
double ratio)
Interpolate between two values.
|
static FloatDimensionless.Abs |
FloatDimensionless.Abs.interpolate(FloatDimensionless.Abs zero,
FloatDimensionless.Abs one,
float ratio)
Interpolate between two values.
|
FloatDimensionless.Rel |
FloatDimensionless.Abs.minus(FloatDimensionless.Abs v)
Absolute scalar minus Absolute scalar = Relative scalar.
|
FloatDimensionless.Abs |
FloatDimensionless.Rel.plus(FloatDimensionless.Abs v)
Relative scalar plus Absolute scalar = Absolute scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.