Constants

The Power Query M formula language includes these constant values.

List of constants

Name Description
Number.E Returns 2.7182818284590451, the value of e up to 16 decimal digits.
Number.Epsilon Returns the smallest possible number.
Number.NaN Represents 0/0.
Number.NegativeInfinity Represents -1/0.
Number.PI Returns 3.1415926535897931, the value for Pi up to 16 decimal digits.
Number.PositiveInfinity Represents 1/0.

See also