colobot-data/help/cbot/E/pow.txt

16 lines
323 B
Plaintext

\b;Instruction \c;pow\n;
Syntax:
\s;\c;pow ( x, y );\n;
\t;x: \c;\l;float\u cbot\float;\n;
Base.
\t;y: \c;\l;float\u cbot\float;\n;
Exponent.
\t;Return value: \c;\l;float\u cbot\float;\n;
x to the y (x raised to the yth power).
\t;See also
\l;Programming\u cbot;, \l;types\u cbot\type; and \l;expressions\u cbot\expr;.