(1) -> acosh(0.3::Complex Float)
(1) 0.67762635780344027125E-20 + 1.2661036727794991113 %i
Type: Complex(Float)
The real part should be 0. My question is, this error, which is
2*2^-68 (68 is bits()$Float), is it too big? (It should be 2^-68,
I think.)
The definition of acosh of Complex Float is in trigcat.spad:
acosh x == 2*log(sqrt((x+1)/2::%) + sqrt((x-1)/2::%))
The "2" double the error. I'm still looking at various parts,
especially sqrt$Float. I want to know your opinion.
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.