For some real value b and c in [-1, 1], I need to compute
b
c
[-1, 1]
sqrt( (b²*c²) / (1-c²) ) = (|b|*|c|) / sqrt((1-c)*(1+c))