[fpc-pascal] power?

spir ☣ denis.spir at gmail.com
Sun May 30 15:01:43 CEST 2010


Hello,

    // a & b are ints
    n := a ** b;	// error: operator is not overloaded
    n := power(a,b);	// error: identifier not found "power"

Conversion to real does not help. How can I do?

Denis
________________________________

vit esse estrany ☣

spir.wikidot.com



More information about the fpc-pascal mailing list