Skip to content

** operator is undocumented #100

@tomangelo2

Description

@tomangelo2

a**b
This operator allows to raise a to the power of b. Works for both integers and fractions:

message(2**3); // returns 8
message(2.1**3); // returns 9.261
message(2**3.1); // returns 8.57419
message(2.1**3.1); // returns 9.97424

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions