Skip to content

Commit

Permalink
Add speed equation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 5, 2024
1 parent 1b3ee91 commit 4d56875
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ Create an addition function called `foo`. Note that to start a function you do i
-> 3
```

Here is the example of caluclating the speed dilation of an object at velocity `v` in m/s for time `t` in seconds.

```
> t 1 v 2 ^ C 2 ^ / - sqrt / s fn
```

## Type Conversion

```
Expand Down

0 comments on commit 4d56875

Please sign in to comment.