pi static method

Creates a function expression which evaluates to the mathematical constant Pi.

Implementation

static ExpressionInterface pi() => NullaryExpression('pi()');