Rust f64::atanh

Specification

?
\[\begin{array}{l} \\ \tanh^{-1} x \end{array} \]
(FPCore (x) :precision binary64 (atanh x))
double code(double x) {
	return atanh(x);
}
def code(x):
	return math.atanh(x)
function code(x)
	return atanh(x)
end
function tmp = code(x)
	tmp = atanh(x);
end
code[x_] := N[ArcTanh[x], $MachinePrecision]
\begin{array}{l}

\\
\tanh^{-1} x
\end{array}

Reproduce

?
herbie shell --seed 2024327 
(FPCore (x)
  :name "Rust f64::atanh"
  :precision binary64
  (* 0.5 (log1p (/ (* 2.0 x) (- 1.0 x)))))

Please file a bug report with this information.

Backtrace

op->logop: log1p.f64 does not have logfloat equivalent.LC
f888.../match/compiler.rkt55940
loop.../private/map.rkt4019
loop.../private/map.rkt4019
loop.../private/map.rkt4019
loop.../private/map.rkt4019
loop.../private/map.rkt4019
loop.../private/map.rkt4019
loop.../private/map.rkt4019
compile-expr/home/nightlies/herbie/bhargav-double-double/src/core/explain.rkt770
explain/home/nightlies/herbie/bhargav-double-double/src/core/explain.rkt6860
explain!/home/nightlies/herbie/bhargav-double-double/src/core/mainloop.rkt3200
run-improve!/home/nightlies/herbie/bhargav-double-double/src/core/mainloop.rkt450
get-alternatives/report/home/nightlies/herbie/bhargav-double-double/src/api/sandbox.rkt1860
(unnamed)/home/nightlies/herbie/bhargav-double-double/src/api/sandbox.rkt2826
(unnamed)/usr/share/racket/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/share/racket/pkgs/profile-lib/main.rkt90
(unnamed)/usr/share/racket/collects/racket/engine.rkt4224