Rust f32::acosh

Specification

?
\[x \geq 1\]
\[\begin{array}{l} \\ \cosh^{-1} x \end{array} \]
(FPCore (x) :precision binary32 (acosh x))
float code(float x) {
	return acoshf(x);
}
function code(x)
	return acosh(x)
end
function tmp = code(x)
	tmp = acosh(x);
end
\begin{array}{l}

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

Reproduce

?
herbie shell --seed 2024157 -o setup:simplify
(FPCore (x)
  :name "Rust f32::acosh"
  :precision binary32
  :pre (>= x 1.0)

  :alt
  (! :herbie-platform default (log (+ x (* (sqrt (- x 1)) (sqrt (+ x 1))))))

  (log (+ x (sqrt (- (* x x) 1.0)))))

Please file a bug report with this information.

Backtrace

binary32 is not implemented in this comparisonLC
run-sollya/home/nightlies/herbie/artem-popl-s-eval/src/run-sollya.rkt1730
sample-points/home/nightlies/herbie/artem-popl-s-eval/src/sampling.rkt1800
setup-context!/home/nightlies/herbie/artem-popl-s-eval/src/mainloop.rkt450
get-alternatives/report/home/nightlies/herbie/artem-popl-s-eval/src/sandbox.rkt1710
(unnamed)/home/nightlies/herbie/artem-popl-s-eval/src/sandbox.rkt2656
(unnamed)/usr/local/racket/share/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/local/racket/share/pkgs/profile-lib/main.rkt90
(unnamed)/usr/local/racket/collects/racket/engine.rkt4224