math pi
for math
Returns the mathematical constant π.
Signature
> math pi
Examples
Get the first two decimal digits of π
> math pi | math round --precision 2
3.14
math pi
for math> math pi
Get the first two decimal digits of π
> math pi | math round --precision 2
3.14