From 919a95860a57a19903dc900900477062a8be193e Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 27 May 2017 13:03:11 -0400 Subject: flag the pow() buildin as deprecated --- doc/script_commands.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 2ceb8696b..70306ba96 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -8032,11 +8032,19 @@ instead if they want it so much. *pow(, ) + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @ /!\ This command is deprecated @ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + Returns the result of the calculation. Example: .@i = pow(2, 3); // .@i will be 8 +This command is deprecated and it should not be used in new scripts, as it is +likely to be removed at a later time. Please use the exponentiation operator, +ie: (2 ** 3) instead of pow(2, 3) + --------------------------------------- *log10() -- cgit v1.2.3-60-g2f50