uxarray.utils.computing._fast_two_mult#

uxarray.utils.computing._fast_two_mult(a, b)#

Error-free transformation of the product of two floating-point numbers such that a * b = x + y exactly.

This function is faster than the _two_prod_fma function.