Skip to content

Commit

Permalink
Added "exponentiation" to the description of expt
Browse files Browse the repository at this point in the history
Right now, if you Ctrl+f for the word, you can't find the function in the docs.
  • Loading branch information
jasonhemann authored and mfelleisen committed Mar 13, 2024
1 parent 5f706c2 commit afaf2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdp-lib/lang/private/beginner-funs.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@

;; exponents and logarithms
@defproc[(expt [x number][y number]) number]{
Computes the power of the first to the second number.
Computes the power of the first to the second number, which is to say, exponentiation.
@interaction[#:eval (bsl) (expt 16 1/2) (expt 3 -4)]
}
@defproc[(exp [x number]) number]{
Expand Down

0 comments on commit afaf2bf

Please sign in to comment.