up
This commit is contained in:
parent
37f50d8c53
commit
ffb9ce2dfc
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ alert( 2 ** 3 ); // 8 (2 * 2 * 2)
|
||||||
alert( 2 ** 4 ); // 16 (2 * 2 * 2 * 2)
|
alert( 2 ** 4 ); // 16 (2 * 2 * 2 * 2)
|
||||||
```
|
```
|
||||||
|
|
||||||
The operator works for non-integer numbers of `a` and `b` as well.
|
The operator works for non-integer numbers as well.
|
||||||
|
|
||||||
For instance:
|
For instance:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue