math e
for math
Returns the mathematical constant e (exp(1)/'1 | math exp').
Signature
> math e
Examples
Get the first three decimal digits of e
> math e | math round --precision 3
2.718
math e
for math> math e
Get the first three decimal digits of e
> math e | math round --precision 3
2.718