Name the built-in mathematical function/method:
(a) Used to return an absolute value of a number.
(b) Used to return the value of xy, where x and y are numeric expressions.
(c) Used to return a positive value of the expression in float.
(a) abs()
(b) pow(x, y)
(c) math.fabs()