public final class PrimitiveMath extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveMath.DoubleAbs
Op that computes the absolute value of a double value.
|
static class |
PrimitiveMath.DoubleAdd
Op that adds (+) two double values.
|
static class |
PrimitiveMath.DoubleArccos
Op that computes the arccosine of a double value.
|
static class |
PrimitiveMath.DoubleArcsin
Op that computes the arcsine of a double value.
|
static class |
PrimitiveMath.DoubleArctan
Op that computes the arctangent of a double value.
|
static class |
PrimitiveMath.DoubleCeil
Op that computes the ceiling of a double value.
|
static class |
PrimitiveMath.DoubleCos
Op that computes the cosine of a double value.
|
static class |
PrimitiveMath.DoubleCosh
Op that computes the hyperbolic cosine of a double value.
|
static class |
PrimitiveMath.DoubleCubeRoot
Op that computes the cubic root of a double value.
|
static class |
PrimitiveMath.DoubleDivide
Op that divides (/) two double values.
|
static class |
PrimitiveMath.DoubleExp
Op that computes the natural exponent of a double value.
|
static class |
PrimitiveMath.DoubleFloor
Op that computes the floor of a double value.
|
static class |
PrimitiveMath.DoubleLog
Op that computes the natural logarithm of a double value.
|
static class |
PrimitiveMath.DoubleLog10
Op that computes the base 10 logarithm of a double value.
|
static class |
PrimitiveMath.DoubleLogOnePlusX
Op that computes the natural logarithm of one plus a double value.
|
static class |
PrimitiveMath.DoubleMax
Op that computes the maximum of two double values.
|
static class |
PrimitiveMath.DoubleMin
Op that computes the minimum of two double values.
|
static class |
PrimitiveMath.DoubleMultiply
Op that multiplies (*) two double values.
|
static class |
PrimitiveMath.DoubleNegate
Op that negates (-) a double value.
|
static class |
PrimitiveMath.DoublePower
Op that exponentiate two double values.
|
static class |
PrimitiveMath.DoubleRemainder
Op that computes the remainder (%) of two double values.
|
static class |
PrimitiveMath.DoubleRound
Op that rounds a double value.
|
static class |
PrimitiveMath.DoubleSignum
Op that computes the signum of a double value.
|
static class |
PrimitiveMath.DoubleSin
Op that computes the sine of a double value.
|
static class |
PrimitiveMath.DoubleSinh
Op that computes the hyperbolic sine of a double value.
|
static class |
PrimitiveMath.DoubleSqrt
Op that computes the square root of a double value.
|
static class |
PrimitiveMath.DoubleSubtract
Op that subtracts (-) two double values.
|
static class |
PrimitiveMath.DoubleTan
Op that computes the tangent of a double value.
|
static class |
PrimitiveMath.DoubleTanh
Op that computes the hyperbolic tangent of a double value.
|
static class |
PrimitiveMath.FloatAbs
Op that computes the absolute value of a float value.
|
static class |
PrimitiveMath.FloatAdd
Op that adds (+) two float values.
|
static class |
PrimitiveMath.FloatDivide
Op that divides (/) two float values.
|
static class |
PrimitiveMath.FloatMax
Op that computes the maximum of two float values.
|
static class |
PrimitiveMath.FloatMin
Op that computes the minimum of two float values.
|
static class |
PrimitiveMath.FloatMultiply
Op that multiplies (*) two float values.
|
static class |
PrimitiveMath.FloatNegate
Op that negates (-) a float value.
|
static class |
PrimitiveMath.FloatRemainder
Op that computes the remainder (%) of two float values.
|
static class |
PrimitiveMath.FloatRound
Op that rounds a float value.
|
static class |
PrimitiveMath.FloatSignum
Op that computes the signum of a float value.
|
static class |
PrimitiveMath.FloatSubtract
Op that subtracts (-) two float values.
|
static class |
PrimitiveMath.IntegerAbs
Op that computes the absolute value of a int value.
|
static class |
PrimitiveMath.IntegerAdd
Op that adds (+) two int values.
|
static class |
PrimitiveMath.IntegerAnd
Op that computes the bitwise AND (&) of two int values.
|
static class |
PrimitiveMath.IntegerComplement
Op that computes the bitwise complement (~) of a int value.
|
static class |
PrimitiveMath.IntegerDivide
Op that divides (/) two int values.
|
static class |
PrimitiveMath.IntegerLeftShift
Op that computes the signed left shift (<<) of two int values.
|
static class |
PrimitiveMath.IntegerMax
Op that computes the maximum of two int values.
|
static class |
PrimitiveMath.IntegerMin
Op that computes the minimum of two int values.
|
static class |
PrimitiveMath.IntegerMultiply
Op that multiplies (*) two int values.
|
static class |
PrimitiveMath.IntegerNegate
Op that negates (-) a int value.
|
static class |
PrimitiveMath.IntegerOr
Op that computes the bitwise OR (|) of two int values.
|
static class |
PrimitiveMath.IntegerRemainder
Op that computes the remainder (%) of two int values.
|
static class |
PrimitiveMath.IntegerRightShift
Op that computes the signed right shift (>>) of two int values.
|
static class |
PrimitiveMath.IntegerSubtract
Op that subtracts (-) two int values.
|
static class |
PrimitiveMath.IntegerUnsignedRightShift
Op that computes the unsigned right shift (>>>) of two int values.
|
static class |
PrimitiveMath.IntegerXor
Op that computes the bitwise XOR (^) of two int values.
|
static class |
PrimitiveMath.LongAbs
Op that computes the absolute value of a long value.
|
static class |
PrimitiveMath.LongAdd
Op that adds (+) two long values.
|
static class |
PrimitiveMath.LongAnd
Op that computes the bitwise AND (&) of two long values.
|
static class |
PrimitiveMath.LongComplement
Op that computes the bitwise complement (~) of a long value.
|
static class |
PrimitiveMath.LongDivide
Op that divides (/) two long values.
|
static class |
PrimitiveMath.LongLeftShift
Op that computes the signed left shift (<<) of two long values.
|
static class |
PrimitiveMath.LongMax
Op that computes the maximum of two long values.
|
static class |
PrimitiveMath.LongMin
Op that computes the minimum of two long values.
|
static class |
PrimitiveMath.LongMultiply
Op that multiplies (*) two long values.
|
static class |
PrimitiveMath.LongNegate
Op that negates (-) a long value.
|
static class |
PrimitiveMath.LongOr
Op that computes the bitwise OR (|) of two long values.
|
static class |
PrimitiveMath.LongRemainder
Op that computes the remainder (%) of two long values.
|
static class |
PrimitiveMath.LongRightShift
Op that computes the signed right shift (>>) of two long values.
|
static class |
PrimitiveMath.LongSubtract
Op that subtracts (-) two long values.
|
static class |
PrimitiveMath.LongUnsignedRightShift
Op that computes the unsigned right shift (>>>) of two long values.
|
static class |
PrimitiveMath.LongXor
Op that computes the bitwise XOR (^) of two long values.
|
Copyright © 2014–2022 ImageJ. All rights reserved.