Computes the inverse of the right-tailed chi-squared distribution.
Calculates the mean of a specified range based on given conditions.
Transforms a given numeric value into a string format.
Transforms a given date/time, percentage, currency, or any formatted numeric value into a raw number, stripping away all formatting.
Transforms a given number into its percentage equivalent.
Calculates the product of two values. Functions similarly to the `*` operator.
Calculates the subtraction between two numbers, functioning identically to the `-` operator.
Returns `TRUE` if the first argument is less than the second, and `FALSE` otherwise. Equivalent to the `<` operator.
Evaluates if a specific number falls within a designated range defined by two other numbers, either including or excluding the bounds.
Returns `TRUE` if the first argument is greater than or equal to the second argument, and returns `FALSE` otherwise. This is the same as using the `>=` operator.