Package cronapi.math
Class Operations
java.lang.Object
cronapi.math.Operations
Classe que representa operações matemáticas
- Since:
- 2017-05-04
- Version:
- 1.0
- Author:
- Rodrigo Santos Reis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Vare()static final Varstatic final Varstatic final Varstatic final Varinfinity()static final VarisDivisibleBy(Var value1, Var value2) static final Varstatic final Varstatic final VarisNegative(Var value) static final Varstatic final VarisPositive(Var value) static final Varstatic final VarlistAverage(Var value) static final VarlistLarger(Var value) static final VarlistMedium(Var value) static final Varstatic final VarlistRandomItem(Var value) static final VarlistSmaller(Var value) static final VarlistStandardDeviation(Var value) static final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final VarmultiplyDouble(Var... values) static final VarmultiplyLong(Var... values) static final Varstatic final Varstatic final Varpi()static final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final Varstatic final VarsubtractDouble(Var... values) static final VarsubtractLong(Var... values) static final Varstatic final Var
-
Constructor Details
-
Operations
public Operations()
-
-
Method Details
-
multiply
- Throws:
Exception
-
subtract
- Throws:
Exception
-
sum
- Throws:
Exception
-
listSum
- Throws:
Exception
-
addLong
- Throws:
Exception
-
addDouble
- Throws:
Exception
-
subtractLong
- Throws:
Exception
-
subtractDouble
- Throws:
Exception
-
multiplyLong
- Throws:
Exception
-
multiplyDouble
- Throws:
Exception
-
divisor
- Throws:
Exception
-
abs
- Throws:
Exception
-
sqrt
- Throws:
Exception
-
log
- Throws:
Exception
-
log10
- Throws:
Exception
-
exp
- Throws:
Exception
-
pow
- Throws:
Exception
-
pow10
- Throws:
Exception
-
round
- Throws:
Exception
-
ceil
- Throws:
Exception
-
floor
- Throws:
Exception
-
sin
- Throws:
Exception
-
cos
- Throws:
Exception
-
tan
- Throws:
Exception
-
asin
- Throws:
Exception
-
acos
- Throws:
Exception
-
atan
- Throws:
Exception
-
pi
- Throws:
Exception
-
neg
- Throws:
Exception
-
infinity
- Throws:
Exception
-
e
- Throws:
Exception
-
goldenRatio
- Throws:
Exception
-
isEven
- Throws:
Exception
-
isOdd
- Throws:
Exception
-
isPrime
- Throws:
Exception
-
isInt
- Throws:
Exception
-
isPositive
- Throws:
Exception
-
isNegative
- Throws:
Exception
-
isDivisibleBy
- Throws:
Exception
-
randomInt
- Throws:
Exception
-
randomFloat
- Throws:
Exception
-
listSmaller
- Throws:
Exception
-
listLarger
- Throws:
Exception
-
listAverage
- Throws:
Exception
-
listMedium
- Throws:
Exception
-
listModes
- Throws:
Exception
-
listRandomItem
- Throws:
Exception
-
listStandardDeviation
- Throws:
Exception
-
mod
- Throws:
Exception
-
min
- Throws:
Exception
-
max
- Throws:
Exception
-
negate
- Throws:
Exception
-