package
0.18.0
Repository: https://github.com/montferret/ferret.git
Documentation: pkg.go.dev

# Functions

ABS returns the absolute value of a given number.
ACOS returns the arccosine, in radians, of a given number.
ASIN returns the arcsine, in radians, of a given number.
ATAN returns the arctangent, in radians, of a given number.
ATAN2 returns the arc tangent of y/x, using the signs of the two to determine the quadrant of the return value.
AVERAGE Returns the average (arithmetic mean) of the values in array.
CEIL returns the least integer value greater than or equal to a given value.
COS returns the cosine of a given number.
DEGREES returns the angle converted from radians to degrees.
EXP returns Euler's constant (2.71828...) raised to the power of value.
EXP2 returns 2 raised to the power of value.
FLOOR returns the greatest integer value less than or equal to a given value.
LOG returns the natural logarithm of a given value.
LOG10 returns the decimal logarithm of a given value.
LOG2 returns the binary logarithm of a given value.
MAX returns the greatest (arithmetic mean) of the values in array.
MEDIAN returns the median of the values in array.
MIN returns the smallest (arithmetic mean) of the values in array.
PERCENTILE returns the nth percentile of the values in a given array.
PI returns Pi value.
VARIANCE_POPULATION returns the population variance of the values in a given array.
POW returns the base to the exponent value.
RADIANS returns the angle converted from degrees to radians.
RAND return a pseudo-random number between 0 and 1.
RANGE returns an array of numbers in the specified range, optionally with increments other than 1.
No description provided by the author
ROUND returns the nearest integer, rounding half away from zero.
VARIANCE_SAMPLE returns the sample variance of the values in a given array.
SIN returns the sine of the radian argument.
SQRT returns the square root of a given number.
STDDEV_POPULATION returns the population standard deviation of the values in a given array.
STDDEV_SAMPLE returns the sample standard deviation of the values in a given array.
SUM returns the sum of the values in a given array.
TAN returns the tangent of a given number.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author