Rust f64::asinh

Specification

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

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

Reproduce

?
herbie shell --seed 2023188 
(FPCore (x)
  :name "Rust f64::asinh"
  :precision binary64

  :herbie-target
  (copysign (log1p (+ (fabs x) (/ (fabs x) (+ (hypot 1.0 (/ 1.0 (fabs x))) (/ 1.0 (fabs x)))))) x)

  (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1.0)))) x))

Please file a bug report with this information.

Backtrace

application: not a procedure; expected a procedure that can be applied to arguments given: '(0 . #<procedure:...src/core/taylor.rkt:249:13>)LC
taylor-log/home/nightlies/herbie/preprocess-initial-simplify/src/core/taylor.rkt4860
hash-ref!/usr/share/racket/collects/racket/private/more-scheme.rkt3772
approximate/home/nightlies/herbie/preprocess-initial-simplify/src/core/taylor.rkt70
taylor-expr/home/nightlies/herbie/preprocess-initial-simplify/src/patch.rkt770
taylor-alt/home/nightlies/herbie/preprocess-initial-simplify/src/patch.rkt840
gen-series!/home/nightlies/herbie/preprocess-initial-simplify/src/patch.rkt980
patch-table-run/home/nightlies/herbie/preprocess-initial-simplify/src/patch.rkt2720
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt48618
run-improve!/home/nightlies/herbie/preprocess-initial-simplify/src/mainloop.rkt1840
get-alternatives/report/home/nightlies/herbie/preprocess-initial-simplify/src/sandbox.rkt1510
(unnamed)/home/nightlies/herbie/preprocess-initial-simplify/src/sandbox.rkt2506
(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