







if wj < -2.451939467462913e-14 or 5.534257467944305e-10 < wj rm if -2.451939467462913e-14 < wj < 5.534257467944305e-10Original test:
(lambda ((wj default) (x default))
#:name "Jmat.Real.lambertw, newton loop step"
(- wj (/ (- (* wj (exp wj)) x) (+ (exp wj) (* wj (exp wj)))))
#:target
(- wj (- (/ wj (+ wj 1)) (/ x (+ (exp wj) (* wj (exp wj)))))))