| << Click to Display Table of Contents >> Navigation: Macros > Macro commands and parameters > Macro functions > Power and logarithm functions | 
| Function | Purpose | Example | Result | 
| SQR | Square | Text( SQRT( 3 ) ) | 9 | 
| SQRT | Square root | Text( SQRT( 3 ) ) | 1.73205081 | 
| POWER | Power of a value | Text(POWER(2,5)) | 32 | 
| EXP | Power of e | Text(EXP(1)) | 2.71828183 | 
| LN | Natural logarithm | Text(LN(2.7)) | 0.99325177 | 
| LOG10 | Logarithm of 10 | Text(LOG10(1000)) | 3 | 
| LOG2 | Logarithm of 2 | Text(LOG2(64)) | 6 |