- variadic
- absoluteValue
- average
- factorial
- isAscending
- isComposit
- isDecimal
- isDescending
- isEmpty
- isEqual
- isEven
- isIntegers
- isNegativeInteger
- isNegativeNumber
- isOdd
- isPositiveInteger
- isPositiveNumber
- isPrime
- maximum
- median
- minimum
- mode
- populationStandardDeviation
- populationVariance
- range
- sampleStandardDeviation
- sampleVariance
- sum
This function converts all numbers to a positive number
Parameters
params
...any One or more parameters.
Meta
- author: tdnelson2
This function caculates the average of the numerical parameters
Parameters
params
...any One or more parameters.
Meta
- author: jmbothe
This function caculates the factorial of each numerical parameter
Parameters
params
...any One or more parameters.
Meta
- author: devNoiseConsulting
This function evaluates whether the parameters are in ascending order
Parameters
params
...any One or more parameters.
Meta
- author: scottwestover
This function evaluates whether all numerical parameters are composit
Parameters
params
...any One or more parameters.
Meta
- author: tdnelson2
This function evaluates whether all the parameters are decimal values
Parameters
params
...any One or more parameters.
Meta
- author: D1esel-Dev
This function evaluates whether the parameters are in ascending order
Parameters
params
...any One or more parameters.
Meta
- author: jhowardjr
This function evaluates if all the parameters are empty
Parameters
params
...any One or more parameters.
Meta
- author: jhowardjr
This function evaluates whether all parameters are equal
Parameters
params
...any One or more parameters.
Meta
- author: jhowardjr
This function evaluates whether all parameters are even
Parameters
params
...any One or more parameters.
Meta
- author: scottwestover
This function evaluates whether all parameters are integers
Parameters
params
...any One or more parameters.
Meta
- author: someyoungideas
This function evaluates whether all integer parameters are negative
Parameters
params
...any One or more parameters.
Meta
- author: khusbuchandra
This function evaluates whether all numerical parameters are negative
Parameters
params
...any One or more parameters.
Meta
- author: khusbuchandra
This function evaluates whether all numerical parameters are odd
Parameters
params
...any One or more parameters.
Meta
- author: khusbuchandra
This function evaluates whether all integer parameters are positive
Parameters
params
...any One or more parameters.
Meta
- author: scottwestover
This function evaluates whether all numerical parameters are positive
Parameters
params
...any One or more parameters.
Meta
- author: khusbuchandra
This function evaluates whether all numerical parameters are prime
Parameters
params
...any One or more parameters.
Meta
- author: jmbothe
This function finds the maximum parameter value
Parameters
params
...any One or more parameters.
Meta
- author: jensenmeh
This function finds the median parameter value
Parameters
params
...any One or more parameters.
Meta
- author: jmbothe
This function finds the minimum parameter value
Parameters
params
...any One or more parameters.
Meta
- author: jensenmeh
This function finds the mode of the parameter values
Parameters
params
...any One or more parameters.
Meta
- author: jmbothe
This function calculates the population standard deviation
Parameters
params
...any One or more parameters.
Meta
- author: devNoiseConsulting
This function calculates the variance
Parameters
params
...any One or more parameters.
Meta
- author: devNoiseConsulting
This function returns the difference between the largest and smallest values
Parameters
params
...any One or more parameters.
Meta
- author: tdnelson2
This function calculates the sample standard deviation
Parameters
params
...any One or more parameters.
Meta
- author: devNoiseConsulting
This function calculates the sample variance
Parameters
params
...any One or more parameters.
Meta
- author: devNoiseConsulting
This function calculates the sum of the parameters
Parameters
params
...any One or more parameters.
Meta
- author: jmbothe