Minor edits.

This commit is contained in:
sforman
2023-07-24 11:28:45 -07:00
parent f844dbab6c
commit 7cd5943d89
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
Basis Function
Take two numbers `a` and `b` from the stack and raise `a` to the `n`th
power. (`b` is on the top of the stack.)
Take two numbers `a` and `n` from the stack and raise `a` to the `n`th
power. (`n` is on the top of the stack.)
a n pow
-------------