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 2025017 -o generate:proofs
(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

operator-info: Unknown operator binary32LC
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-higher-order.rkt37933
enode-type/home/nightlies/herbie/new-encoding/src/core/egg-herbie.rkt5780
split-untyped-eclasses/home/nightlies/herbie/new-encoding/src/core/egg-herbie.rkt6520
make-typed-eclasses/home/nightlies/herbie/new-encoding/src/core/egg-herbie.rkt8220
make-regraph/home/nightlies/herbie/new-encoding/src/core/egg-herbie.rkt8690
run-egg/home/nightlies/herbie/new-encoding/src/core/egg-herbie.rkt13240
simplify-batch/home/nightlies/herbie/new-encoding/src/core/simplify.rkt190
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt48618
initial-simplify/home/nightlies/herbie/new-encoding/src/core/preprocess.rkt540
find-preprocessing/home/nightlies/herbie/new-encoding/src/core/preprocess.rkt810
run-improve!/home/nightlies/herbie/new-encoding/src/core/mainloop.rkt450
get-alternatives/report/home/nightlies/herbie/new-encoding/src/api/sandbox.rkt1740
(unnamed)/home/nightlies/herbie/new-encoding/src/api/sandbox.rkt2656
(unnamed)/usr/share/racket/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/share/racket/pkgs/profile-lib/main.rkt90
in-engine/home/nightlies/herbie/new-encoding/src/api/sandbox.rkt2832
(unnamed)/usr/share/racket/collects/racket/engine.rkt4224