in reply to Re^2: How to get better exponentiation? (undefined)
in thread How to get better exponentiation?
But I was talking about mathematical definitions and these are CS standards.
For instance: pure math has no big notion of floating point numbers.
Personally I'm fine with allowing root($x,$o) with $x<0 and $o odd integer in a computer.
But I could imagine reasons in the realm of mathematical modeling of functions to consider them undefined.
> the second argument has a non-integer value
I'd say because there is no way to express 1/$o loss free as binary floating point number ('$o odd integer')
see also https://en.wikipedia.org/wiki/Cube_root#Complex_numbers
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to get better exponentiation? (undefined)
by syphilis (Archbishop) on Jan 25, 2022 at 06:37 UTC |