Skip to content
#

floating-point

Here are 227 public repositories matching this topic...

Zeda
Zeda commented Feb 21, 2020

The way geometric mean (sqrt(x*y)) and arithmetic mean (a+b)/2 is implemented in this library will erroneously cause overflow with some range of inputs. Neither geometric mean nor arithmetic mean (geomean and amean in this library) should overflow except when one or more arguments is +inf or -inf.

Because these are used to compute the Borchardt-Gauss mean, which is used for natural log

Improve this page

Add a description, image, and links to the floating-point topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the floating-point topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.