On This Page

Home / Search/ Language Reference/ Functions/ Scalar Functions/Mathematical Functions

Mathematical Functions

A list of all mathematical functions supported by Cribl Search.


NameDescription
absCalculates the absolute value of the input.
acosCalculates the angle whose cosine is the specified number.
asinCalculates the angle whose sine is the specified number.
atanReturns the angle whose tangent is the specified number.
atan2Calculates the angle, in radians, between the positive x-axis and the ray from the origin to the point (y, x).
beta_cdfReturns the standard cumulative beta distribution function.
beta_invReturns the inverse of the beta cumulative probability beta density function.
beta_pdfReturns the probability density beta function.
ceilRounds up a numeric expression’s value to the nearest integer.
ceilingRounds up a numeric expression’s value to the nearest integer.
cosReturns the cosine function.
cotCalculates the trigonometric cotangent of the specified angle, in radians.
degreesConverts angle value in radians into value in degrees.
expCalculates the base-e exponential function of x.
exp2Calculates the base-2 exponential function of x.
exp10Calculates the base-10 exponential function of x.
gammaComputes gamma function.
isfiniteReturns whether input is a finite value.
isinfReturns whether input is an infinite value.
isnanReturns whether input is Not-a-Number (NaN) value.
logReturns the natural logarithm function.
log2Returns the (base-2) logarithm function.
log10Returns the common (base-10) logarithm function.
loggammaComputes log of absolute value of the loggamma function.
notReverses the value of its boolean argument.
piReturns the constant value of Pi.
powReturns a result of raising to power.
radiansConverts angle value in degrees into value in radians.
randReturns a random number.
rangeGenerates a dynamic array, holding a series of equally spaced values.
roundReturns the rounded source to the specified precision.
signReturns the sign of a numeric expression.
sinReturns the sine of a numeric expression.
sqrtReturns the square root function.
tanReturns the tangent function.