Friday, April 3, 2020

Function pow():


pow()


  • pow(base, exponent)

           base: Allowed data types: float.
                        
exponent: Allowed data types: float.
                         The result of the exponentiation. Data type: double.

  • z = pow(x, y);

x=10.00 এবং y = 2.00 হলে  z = 100.00 হবে।

No comments:

Post a Comment