API Version: 1.0
Library Version: 0.27.0
Generated by gi-docgen 2026.1
gdouble ncm_cmpdbl ( const gdouble x, const gdouble y )
Compares x and y and returns the difference between them relative to their mean.
x
y
Type: const gdouble
const gdouble
A double.
Type: gdouble
gdouble
$\frac{2(x-y)}{x+y}$.