.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@Power
Example

Raises a number to the power of an exponent.

Syntax

@Power( base ; exponent )

Parameters

base


exponent
Return value

result


Usage

If either parameter is a list, the function operates pair-wise on each element of the list, and the return value is a list with the number of elements in the larger list.

Language cross-reference

Exponentiation operator of LotusScript language

Example
See Also