pi method Null safety

ExpressionInterface pi()

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

Implementation

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