View Single Post
Old 03-18-2020, 08:21 PM   #1
Say, it isn't that bad!
 
Join Date: Dec 2013
Default How to raise a number by a power?

How to raise a number by a power? My first two impulses were to try:

1. X**Y
2. @pow(X, Y)

But neither seem to work.

For reference, I'm trying to implement Pyramid 3, #83: "Knowing Your Own Strength" as an override, and implementing certain parts of it seems to require exponents.
Say, it isn't that bad! is offline   Reply With Quote