(Free42) roundoff for complex SQRT
|
02-12-2021, 09:35 PM
Post: #24
|
|||
|
|||
RE: (Free42) roundoff for complex SQRT
That's what I was thinking of doing at first, but then you suggested the 48G algorithm, and I implemented that instead. There is no check for pure imaginary.
free42/common/core_commands6.cc Code: static int mappable_sqrt_c(phloat xre, phloat xim, phloat *yre, phloat *yim) { |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)