Match functions with results

Report a typo

Match functions with their results.

Match the items from left and right columns
sqrt(x)
abs(x)
log(x, b)
ln(x)
max(x, y)
min(x, y)
x.pow(y)
returns the value of x raised to the power of y.
returns the square root of value x
returns logarithm with base b of x
returns natural logarithm (with base e) of x
returns the smaller value of x and y
returns the greater value of x and y
returns the absolute value of x
___

Create a free account to access the full topic