Advanced mathematical functions take numeric arguments and produce numeric results.
(exponent)
¶Returns e (approximately 2.71828) raised to power exponent.
(number)
¶Takes the base-10 logarithm of number. If number is not positive, the result is system-missing.
(number)
¶Takes the base-e logarithm of number. If number is not positive, the result is system-missing.
(number)
¶Yields the base-e logarithm of the complete gamma of number. If number is a negative integer, the result is system-missing.
(number)
¶Takes the square root of number. If number is negative, the result is system-missing.