[fpc-pascal] power?

Henry Vermaak henry.vermaak at gmail.com
Sun May 30 15:09:23 CEST 2010


2010/5/30 spir ☣ <denis.spir at gmail.com>:
> Hello,
>
>    // a & b are ints
>    n := a ** b;        // error: operator is not overloaded
>    n := power(a,b);    // error: identifier not found "power"

uses math;

http://freepascal.org/docs-html/rtl/math/power.html



More information about the fpc-pascal mailing list