The most common math functions

Report a typo

Match each function from the math package with its description.

Match the items from left and right columns
math.Abs(x)
math.Max(x, y)
math.Pow(x, y)
math.Ceil(x)
math.Round(x)
returns the value of x, raised to the power of y
returns the maximum value between x and y
returns the nearest integer value of x, rounding half away from zero
returns the least integer value greater than or equal to x
returns the absolute value of x
___

Create a free account to access the full topic