kotlin power
// Use Double type
Math.pow(5.0, 2.0) // = 25.0
// Or
Math.pow(5.toDouble(), 2.toDouble()) // = 25.0kotlin power
// Use Double type
Math.pow(5.0, 2.0) // = 25.0
// Or
Math.pow(5.toDouble(), 2.toDouble()) // = 25.0exponential in kotlin
Double.pow(x: Double) => 10.0.pow(14) it means 10^14Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
