Pow3

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Numeric functions >

Pow3

 

Description

 

Exponential expression to power 3.

 

Syntax

 

n = Pow3(Base)

 

Returns

 

Number: base raised to the power of 3

 

Parameters

 

Name

Type

Optional

Meaning

Base

Numeric

No

Number to be raised to power of 3

 

Remarks

 

Restrictions

 

See also

 

Numeric functions

 

Examples