Skip to content

Commit

Permalink
tiny typo in 13-a-prelude.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr authored Feb 5, 2024
1 parent 002fddf commit f7ee375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13-a-prelude.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tan: {(sin x)%cos x}

Finally, the power function is quite simple:
```
pow:{*/y#x}`
pow:{*/y#x}
```
But this function only handles power for positive integer `y`. In order to get a generalized power function, we need to use
some math:
Expand Down

0 comments on commit f7ee375

Please sign in to comment.