mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-30 15:54:13 +08:00
Added accuracy comments.
This commit is contained in:
parent
b0143de177
commit
a350c25a39
@ -846,7 +846,12 @@ struct zeta_impl {
|
|||||||
*
|
*
|
||||||
* ACCURACY:
|
* 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:
|
* REFERENCE:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user