# Packages
Package trig implements various trigonometrical calculations.
# Functions
Abs returns the absolute value of x.
DegreesToRadians converts degrees to the equivalent in radians.
MinMax returns the smallest and the largest value among the provided values.
MinMaxInts returns the smallest and the largest int value among the provided values.
RadiansToDegrees converts radians to the equivalent in degrees.
RoundToNonZeroPlaces rounds the float up, so that it has at least the provided number of non-zero decimal places.
SimplifyRatio simplifies the given ratio.
SplitByRatio splits the provided number by the specified ratio.