Function rs_pbrt::core::efloat::quadratic_efloat
source · pub fn quadratic_efloat(
a: EFloat,
b: EFloat,
c: EFloat,
t0: &mut EFloat,
t1: &mut EFloat
) -> bool
Expand description
Find solution(s) of the quadratic equation at2 + bt + c = 0 using EFloat instead of Float for error bounds.