
(FPCore (x) :precision binary64 (/ (- (exp x) (exp (- x))) 2.0))
double code(double x) {
return (exp(x) - exp(-x)) / 2.0;
}
real(8) function code(x)
real(8), intent (in) :: x
code = (exp(x) - exp(-x)) / 2.0d0
end function
public static double code(double x) {
return (Math.exp(x) - Math.exp(-x)) / 2.0;
}
def code(x): return (math.exp(x) - math.exp(-x)) / 2.0
function code(x) return Float64(Float64(exp(x) - exp(Float64(-x))) / 2.0) end
function tmp = code(x) tmp = (exp(x) - exp(-x)) / 2.0; end
code[x_] := N[(N[(N[Exp[x], $MachinePrecision] - N[Exp[(-x)], $MachinePrecision]), $MachinePrecision] / 2.0), $MachinePrecision]
\begin{array}{l}
\\
\frac{e^{x} - e^{-x}}{2}
\end{array}
Sampling outcomes in binary64 precision:
Herbie found 8 alternatives:
| Alternative | Accuracy | Speedup |
|---|
(FPCore (x) :precision binary64 (/ (- (exp x) (exp (- x))) 2.0))
double code(double x) {
return (exp(x) - exp(-x)) / 2.0;
}
real(8) function code(x)
real(8), intent (in) :: x
code = (exp(x) - exp(-x)) / 2.0d0
end function
public static double code(double x) {
return (Math.exp(x) - Math.exp(-x)) / 2.0;
}
def code(x): return (math.exp(x) - math.exp(-x)) / 2.0
function code(x) return Float64(Float64(exp(x) - exp(Float64(-x))) / 2.0) end
function tmp = code(x) tmp = (exp(x) - exp(-x)) / 2.0; end
code[x_] := N[(N[(N[Exp[x], $MachinePrecision] - N[Exp[(-x)], $MachinePrecision]), $MachinePrecision] / 2.0), $MachinePrecision]
\begin{array}{l}
\\
\frac{e^{x} - e^{-x}}{2}
\end{array}
(FPCore (x) :precision binary64 (sinh x))
double code(double x) {
return sinh(x);
}
real(8) function code(x)
real(8), intent (in) :: x
code = sinh(x)
end function
public static double code(double x) {
return Math.sinh(x);
}
def code(x): return math.sinh(x)
function code(x) return sinh(x) end
function tmp = code(x) tmp = sinh(x); end
code[x_] := N[Sinh[x], $MachinePrecision]
\begin{array}{l}
\\
\sinh x
\end{array}
Initial program 51.0%
lift-/.f64N/A
lift--.f64N/A
lift-exp.f64N/A
lift-exp.f64N/A
lift-neg.f64N/A
sinh-def-revN/A
lower-sinh.f64100.0
Applied rewrites100.0%
(FPCore (x)
:precision binary64
(/
(*
(fma
(*
(fma
(* (fma (* 0.0003968253968253968 x) x 0.016666666666666666) x)
x
0.3333333333333333)
x)
x
2.0)
x)
2.0))
double code(double x) {
return (fma((fma((fma((0.0003968253968253968 * x), x, 0.016666666666666666) * x), x, 0.3333333333333333) * x), x, 2.0) * x) / 2.0;
}
function code(x) return Float64(Float64(fma(Float64(fma(Float64(fma(Float64(0.0003968253968253968 * x), x, 0.016666666666666666) * x), x, 0.3333333333333333) * x), x, 2.0) * x) / 2.0) end
code[x_] := N[(N[(N[(N[(N[(N[(N[(N[(0.0003968253968253968 * x), $MachinePrecision] * x + 0.016666666666666666), $MachinePrecision] * x), $MachinePrecision] * x + 0.3333333333333333), $MachinePrecision] * x), $MachinePrecision] * x + 2.0), $MachinePrecision] * x), $MachinePrecision] / 2.0), $MachinePrecision]
\begin{array}{l}
\\
\frac{\mathsf{fma}\left(\mathsf{fma}\left(\mathsf{fma}\left(0.0003968253968253968 \cdot x, x, 0.016666666666666666\right) \cdot x, x, 0.3333333333333333\right) \cdot x, x, 2\right) \cdot x}{2}
\end{array}
Initial program 51.0%
Taylor expanded in x around 0
*-commutativeN/A
lower-*.f64N/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f64N/A
unpow2N/A
lower-*.f64N/A
unpow2N/A
lower-*.f64N/A
unpow2N/A
lower-*.f6492.2
Applied rewrites92.2%
Applied rewrites92.2%
Applied rewrites92.2%
Applied rewrites92.2%
(FPCore (x)
:precision binary64
(/
(*
(fma
(* (fma (* (* x x) 0.0003968253968253968) (* x x) 0.3333333333333333) x)
x
2.0)
x)
2.0))
double code(double x) {
return (fma((fma(((x * x) * 0.0003968253968253968), (x * x), 0.3333333333333333) * x), x, 2.0) * x) / 2.0;
}
function code(x) return Float64(Float64(fma(Float64(fma(Float64(Float64(x * x) * 0.0003968253968253968), Float64(x * x), 0.3333333333333333) * x), x, 2.0) * x) / 2.0) end
code[x_] := N[(N[(N[(N[(N[(N[(N[(x * x), $MachinePrecision] * 0.0003968253968253968), $MachinePrecision] * N[(x * x), $MachinePrecision] + 0.3333333333333333), $MachinePrecision] * x), $MachinePrecision] * x + 2.0), $MachinePrecision] * x), $MachinePrecision] / 2.0), $MachinePrecision]
\begin{array}{l}
\\
\frac{\mathsf{fma}\left(\mathsf{fma}\left(\left(x \cdot x\right) \cdot 0.0003968253968253968, x \cdot x, 0.3333333333333333\right) \cdot x, x, 2\right) \cdot x}{2}
\end{array}
Initial program 51.0%
Taylor expanded in x around 0
*-commutativeN/A
lower-*.f64N/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f64N/A
unpow2N/A
lower-*.f64N/A
unpow2N/A
lower-*.f64N/A
unpow2N/A
lower-*.f6492.2
Applied rewrites92.2%
Taylor expanded in x around inf
Applied rewrites92.2%
Applied rewrites92.2%
(FPCore (x) :precision binary64 (/ (* (fma (* (fma 0.016666666666666666 (* x x) 0.3333333333333333) x) x 2.0) x) 2.0))
double code(double x) {
return (fma((fma(0.016666666666666666, (x * x), 0.3333333333333333) * x), x, 2.0) * x) / 2.0;
}
function code(x) return Float64(Float64(fma(Float64(fma(0.016666666666666666, Float64(x * x), 0.3333333333333333) * x), x, 2.0) * x) / 2.0) end
code[x_] := N[(N[(N[(N[(N[(0.016666666666666666 * N[(x * x), $MachinePrecision] + 0.3333333333333333), $MachinePrecision] * x), $MachinePrecision] * x + 2.0), $MachinePrecision] * x), $MachinePrecision] / 2.0), $MachinePrecision]
\begin{array}{l}
\\
\frac{\mathsf{fma}\left(\mathsf{fma}\left(0.016666666666666666, x \cdot x, 0.3333333333333333\right) \cdot x, x, 2\right) \cdot x}{2}
\end{array}
Initial program 51.0%
Taylor expanded in x around 0
*-commutativeN/A
lower-*.f64N/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f64N/A
unpow2N/A
lower-*.f64N/A
unpow2N/A
lower-*.f6490.0
Applied rewrites90.0%
Applied rewrites90.0%
(FPCore (x) :precision binary64 (/ (* (fma (* 0.016666666666666666 (* x x)) (* x x) 2.0) x) 2.0))
double code(double x) {
return (fma((0.016666666666666666 * (x * x)), (x * x), 2.0) * x) / 2.0;
}
function code(x) return Float64(Float64(fma(Float64(0.016666666666666666 * Float64(x * x)), Float64(x * x), 2.0) * x) / 2.0) end
code[x_] := N[(N[(N[(N[(0.016666666666666666 * N[(x * x), $MachinePrecision]), $MachinePrecision] * N[(x * x), $MachinePrecision] + 2.0), $MachinePrecision] * x), $MachinePrecision] / 2.0), $MachinePrecision]
\begin{array}{l}
\\
\frac{\mathsf{fma}\left(0.016666666666666666 \cdot \left(x \cdot x\right), x \cdot x, 2\right) \cdot x}{2}
\end{array}
Initial program 51.0%
Taylor expanded in x around 0
*-commutativeN/A
lower-*.f64N/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f64N/A
unpow2N/A
lower-*.f64N/A
unpow2N/A
lower-*.f6490.0
Applied rewrites90.0%
Taylor expanded in x around inf
Applied rewrites89.8%
(FPCore (x) :precision binary64 (if (<= x 2.45) (/ (+ x x) 2.0) (/ (* (* 0.3333333333333333 (* x x)) x) 2.0)))
double code(double x) {
double tmp;
if (x <= 2.45) {
tmp = (x + x) / 2.0;
} else {
tmp = ((0.3333333333333333 * (x * x)) * x) / 2.0;
}
return tmp;
}
real(8) function code(x)
real(8), intent (in) :: x
real(8) :: tmp
if (x <= 2.45d0) then
tmp = (x + x) / 2.0d0
else
tmp = ((0.3333333333333333d0 * (x * x)) * x) / 2.0d0
end if
code = tmp
end function
public static double code(double x) {
double tmp;
if (x <= 2.45) {
tmp = (x + x) / 2.0;
} else {
tmp = ((0.3333333333333333 * (x * x)) * x) / 2.0;
}
return tmp;
}
def code(x): tmp = 0 if x <= 2.45: tmp = (x + x) / 2.0 else: tmp = ((0.3333333333333333 * (x * x)) * x) / 2.0 return tmp
function code(x) tmp = 0.0 if (x <= 2.45) tmp = Float64(Float64(x + x) / 2.0); else tmp = Float64(Float64(Float64(0.3333333333333333 * Float64(x * x)) * x) / 2.0); end return tmp end
function tmp_2 = code(x) tmp = 0.0; if (x <= 2.45) tmp = (x + x) / 2.0; else tmp = ((0.3333333333333333 * (x * x)) * x) / 2.0; end tmp_2 = tmp; end
code[x_] := If[LessEqual[x, 2.45], N[(N[(x + x), $MachinePrecision] / 2.0), $MachinePrecision], N[(N[(N[(0.3333333333333333 * N[(x * x), $MachinePrecision]), $MachinePrecision] * x), $MachinePrecision] / 2.0), $MachinePrecision]]
\begin{array}{l}
\\
\begin{array}{l}
\mathbf{if}\;x \leq 2.45:\\
\;\;\;\;\frac{x + x}{2}\\
\mathbf{else}:\\
\;\;\;\;\frac{\left(0.3333333333333333 \cdot \left(x \cdot x\right)\right) \cdot x}{2}\\
\end{array}
\end{array}
if x < 2.4500000000000002Initial program 35.0%
Taylor expanded in x around 0
lower-*.f6471.3
Applied rewrites71.3%
Applied rewrites71.3%
if 2.4500000000000002 < x Initial program 100.0%
Taylor expanded in x around 0
*-commutativeN/A
lower-*.f64N/A
+-commutativeN/A
lower-fma.f64N/A
unpow2N/A
lower-*.f6459.5
Applied rewrites59.5%
Taylor expanded in x around inf
Applied rewrites59.5%
(FPCore (x) :precision binary64 (/ (* (fma 0.3333333333333333 (* x x) 2.0) x) 2.0))
double code(double x) {
return (fma(0.3333333333333333, (x * x), 2.0) * x) / 2.0;
}
function code(x) return Float64(Float64(fma(0.3333333333333333, Float64(x * x), 2.0) * x) / 2.0) end
code[x_] := N[(N[(N[(0.3333333333333333 * N[(x * x), $MachinePrecision] + 2.0), $MachinePrecision] * x), $MachinePrecision] / 2.0), $MachinePrecision]
\begin{array}{l}
\\
\frac{\mathsf{fma}\left(0.3333333333333333, x \cdot x, 2\right) \cdot x}{2}
\end{array}
Initial program 51.0%
Taylor expanded in x around 0
*-commutativeN/A
lower-*.f64N/A
+-commutativeN/A
lower-fma.f64N/A
unpow2N/A
lower-*.f6483.3
Applied rewrites83.3%
(FPCore (x) :precision binary64 (/ (+ x x) 2.0))
double code(double x) {
return (x + x) / 2.0;
}
real(8) function code(x)
real(8), intent (in) :: x
code = (x + x) / 2.0d0
end function
public static double code(double x) {
return (x + x) / 2.0;
}
def code(x): return (x + x) / 2.0
function code(x) return Float64(Float64(x + x) / 2.0) end
function tmp = code(x) tmp = (x + x) / 2.0; end
code[x_] := N[(N[(x + x), $MachinePrecision] / 2.0), $MachinePrecision]
\begin{array}{l}
\\
\frac{x + x}{2}
\end{array}
Initial program 51.0%
Taylor expanded in x around 0
lower-*.f6455.0
Applied rewrites55.0%
Applied rewrites55.0%
herbie shell --seed 2024337
(FPCore (x)
:name "Hyperbolic sine"
:precision binary64
(/ (- (exp x) (exp (- x))) 2.0))