ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Math functions
  • Equivalence
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Power (Function)
In french: Puissance
Raise a number to a power.
Example
// 8 to the power of 5
ResPower = Power(8, 5)
// Returns 32768
Syntax
<Result> = Power(<Number to raise> , <Exponent>)
<Result>: Real
Result of <Number to raise> to the power of <Exponent>.
<Number to raise>: Integer or real
Number that will be raised to the power.
<Exponent>: Integer or real
Exponent.
Remarks
WEBDEV - Server code

Equivalence

Power is equivalent to the ^ arithmetic operator. The syntax of this operator is as follows:
<Number to Raise> ^ <Exponent>
Component: wd290mat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help