Pow# inline float Pow(float b, float e)# Computes b raised to the power e. Parameters: b – [in] Base value e – [in] Exponent value Returns: b^e