“int (Math.pow (3,2)” Kod odpowiedzi

JS pow

Math.pow(base, exponent);

Math.pow(2, 4);
// Outputs 16
// The same as going 2^4, 2 to the power of 4
Willby

int (Math.pow (3,2)

Math.pow(base, exponent);

Math.pow(10, -2);
// Outputs 16
// The same as going 2^4, 2 to the power of 4
Jealous Jay

Odpowiedzi podobne do “int (Math.pow (3,2)”

Pytania podobne do “int (Math.pow (3,2)”

Więcej pokrewnych odpowiedzi na “int (Math.pow (3,2)” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu