This document provides documentation on mathematical functions available in the Ring programming language. It lists functions for trigonometric, hyperbolic, exponential, logarithmic, rounding and random number generation. Examples are given showing how to use functions like sin(), cos(), tan(), exp(), log(), ceil(), floor(), sqrt(), and random(). Conversions between radians and degrees are demonstrated for trigonometric functions.