Open topic with navigation
Exponentiation (**) combines a number and an exponent. For example, 2**3 takes the number 2 to the exponent 3 and returns two cubed, or 8.
number ** exponent
10**4
This expression returns 10 to the fourth power, or 1000.
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.