Skip to content

Commit

Permalink
Update using-math.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 authored Nov 1, 2021
1 parent 43190d0 commit a229a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion using-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ Then the game-specific commands go. Following the naming convention, each method

```js
var x = Math.abs(-1); // x = 1
var f = Math.ConvertMetresToFeet(10) // f = 32
var f = Math.ConvertMetersToFeet(10) // f = 32
var pi = Math.floor(Math.PI) // pi = 3
```

0 comments on commit a229a79

Please sign in to comment.