This document provides documentation on mathematical functions available in the Ring programming language. It lists common trigonometric, logarithmic, exponential and other mathematical functions along with examples of their usage syntax and output. Key functions covered include sin(), cos(), tan(), log(), exp(), sqrt(), random(), ceil(), floor(), and others. Examples are provided to demonstrate calculating trigonometric functions with radians and degrees as well as functions returning random numbers, absolute values, powers and more.