Groovy – pow()

  • Post author:
  • Post category:Groovy
  • Post comments:0 Comments

The method returns the value of the first argument raised to the power of the second argument. Syntax double pow(double base, double exponent) Parameters base - Any primitive data typeexponent…

Continue ReadingGroovy – pow()