Name

f-power-n:floating_misc — ordinary primitive

Synopsis

FORTH

F^N ( u f: x -- x^u )();
p4:"f-power-n";

Description

For large exponents, use F** instead. Of course u=-1 is large.