Python math powers?
|
11-15-2021, 09:57 PM
Post: #2
|
|||
|
|||
RE: Python math powers?
Here's what my Prime G2 does:
(11-15-2021 02:14 PM)robve Wrote: CASIO fx-CG50 MicroPython v1.9.4 (but may not be specific to this calculator and Python version)Prime: 5.0 Quote:pow(125,1/3)Prime: 5.0 Quote:(-125)**(1/3)Prime: same Quote:abs((-125)**(1/3))Prime: 5.0 Quote:pow(-125,1/3)Prime: as in (-125)**(1/3) I think that's almost all correct. Either 4.99.... or 5.0 probably depends on the specific implementation. There has been a lengthy discussion about 3rd root and operators precedence not so long ago. I've checked the inputs in two other Python interpreters, one on my Samsung Tablet the other on in Windows. They show the same results except that none gives a clear 5.0 like the (probably cheating) Prime. But all return a valid result for pow(-125,1/3) therefor I'd think this MicroPython on the CASIO is not complete. HTH Günter |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Python math powers? - robve - 11-15-2021, 02:14 PM
RE: Python math powers? - Guenter Schink - 11-15-2021 09:57 PM
RE: Python math powers? - toml_12953 - 11-15-2021, 10:31 PM
|
User(s) browsing this thread: 1 Guest(s)