power

Description

Raise x to the power n.

Definition

float power(float x, ubyte n)

Library

LIB/math_lib.bas

Usage

On entry:
x is the value to be raised to the power n n is the exponent (this must be an integer)
On exit:
Return valid result or NaN