mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Added accuracy comments.
This commit is contained in:
parent
b0143de177
commit
a350c25a39
@ -846,7 +846,12 @@ struct zeta_impl {
|
||||
*
|
||||
* ACCURACY:
|
||||
*
|
||||
* Relative error for single precision:
|
||||
* arithmetic domain # trials peak rms
|
||||
* IEEE 0,25 10000 6.9e-7 1.0e-7
|
||||
*
|
||||
* Large arguments may produce underflow in powf(), in which
|
||||
* case the results are inaccurate.
|
||||
*
|
||||
* REFERENCE:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user