Numerically stable way to compute sqrt((b²*c²) / (1-c²)) for c in [-1, 1]

前端 未结 0 1994
别那么骄傲
别那么骄傲 2021-01-13 23:54

For some real value b and c in [-1, 1], I need to compute

sqrt( (b²*c²) / (1-c²) ) = (|b|*|c|) / sqrt((1-c)*(1+c))

相关标签:
回答
  • 消灭零回复
提交回复
热议问题