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