in reply to Re: Simple CLI calculator based on Perl's eval()
in thread Simple CLI calculator based on Perl's eval()
I am too lazy
Too lazy for my perl
Too lazy ...
% python3 >>> from math import * >>> sqrt(9**5) 243.0
I use Python REPL for simpler arithmetic operations; lately haven't had any need to know square root.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Simple CLI calculator based on Perl's eval()
by syphilis (Archbishop) on Mar 04, 2021 at 12:33 UTC |