Was this page helpful?

Num.Pow

    Table of contents
    1. 1. Usage Restrictions
    2. 2. Parameters
    3. 3. Result
    4. 4. Samples
    num.Pow(base : num, exponent : num) : num
    

    Get the specified number raised to the specified power.

    Usage Restrictions

    1.9.1 or later

    Parameters

    Name Type Description
    base
    num The base number value.
    exponent
    num The exponent number value

     

    Result

    The number result of base to the power of exponent

     

    Samples


    Output

    To find the power of a number:

    {{num.pow(10, 3) }} 

     

    1000
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by