| Alternative 1 | |
|---|---|
| Error | 20.2 |
| Cost | 39616 |
\[\begin{array}{l}
t_0 := \pi \cdot \left(angle \cdot 0.005555555555555556\right)\\
{\left(a \cdot \left(\left(\cos t_0 + -2\right) - -2\right)\right)}^{2} + {\left(b \cdot \sin t_0\right)}^{2}
\end{array}
\]
(FPCore (a b angle) :precision binary64 (+ (pow (* a (cos (* PI (/ angle 180.0)))) 2.0) (pow (* b (sin (* PI (/ angle 180.0)))) 2.0)))
(FPCore (a b angle) :precision binary64 (let* ((t_0 (* PI (* angle 0.005555555555555556)))) (+ (pow (* a (- (+ (cos t_0) 2.0) 2.0)) 2.0) (pow (* b (sin t_0)) 2.0))))
double code(double a, double b, double angle) {
return pow((a * cos((((double) M_PI) * (angle / 180.0)))), 2.0) + pow((b * sin((((double) M_PI) * (angle / 180.0)))), 2.0);
}
double code(double a, double b, double angle) {
double t_0 = ((double) M_PI) * (angle * 0.005555555555555556);
return pow((a * ((cos(t_0) + 2.0) - 2.0)), 2.0) + pow((b * sin(t_0)), 2.0);
}
public static double code(double a, double b, double angle) {
return Math.pow((a * Math.cos((Math.PI * (angle / 180.0)))), 2.0) + Math.pow((b * Math.sin((Math.PI * (angle / 180.0)))), 2.0);
}
public static double code(double a, double b, double angle) {
double t_0 = Math.PI * (angle * 0.005555555555555556);
return Math.pow((a * ((Math.cos(t_0) + 2.0) - 2.0)), 2.0) + Math.pow((b * Math.sin(t_0)), 2.0);
}
def code(a, b, angle): return math.pow((a * math.cos((math.pi * (angle / 180.0)))), 2.0) + math.pow((b * math.sin((math.pi * (angle / 180.0)))), 2.0)
def code(a, b, angle): t_0 = math.pi * (angle * 0.005555555555555556) return math.pow((a * ((math.cos(t_0) + 2.0) - 2.0)), 2.0) + math.pow((b * math.sin(t_0)), 2.0)
function code(a, b, angle) return Float64((Float64(a * cos(Float64(pi * Float64(angle / 180.0)))) ^ 2.0) + (Float64(b * sin(Float64(pi * Float64(angle / 180.0)))) ^ 2.0)) end
function code(a, b, angle) t_0 = Float64(pi * Float64(angle * 0.005555555555555556)) return Float64((Float64(a * Float64(Float64(cos(t_0) + 2.0) - 2.0)) ^ 2.0) + (Float64(b * sin(t_0)) ^ 2.0)) end
function tmp = code(a, b, angle) tmp = ((a * cos((pi * (angle / 180.0)))) ^ 2.0) + ((b * sin((pi * (angle / 180.0)))) ^ 2.0); end
function tmp = code(a, b, angle) t_0 = pi * (angle * 0.005555555555555556); tmp = ((a * ((cos(t_0) + 2.0) - 2.0)) ^ 2.0) + ((b * sin(t_0)) ^ 2.0); end
code[a_, b_, angle_] := N[(N[Power[N[(a * N[Cos[N[(Pi * N[(angle / 180.0), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]), $MachinePrecision], 2.0], $MachinePrecision] + N[Power[N[(b * N[Sin[N[(Pi * N[(angle / 180.0), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]), $MachinePrecision], 2.0], $MachinePrecision]), $MachinePrecision]
code[a_, b_, angle_] := Block[{t$95$0 = N[(Pi * N[(angle * 0.005555555555555556), $MachinePrecision]), $MachinePrecision]}, N[(N[Power[N[(a * N[(N[(N[Cos[t$95$0], $MachinePrecision] + 2.0), $MachinePrecision] - 2.0), $MachinePrecision]), $MachinePrecision], 2.0], $MachinePrecision] + N[Power[N[(b * N[Sin[t$95$0], $MachinePrecision]), $MachinePrecision], 2.0], $MachinePrecision]), $MachinePrecision]]
{\left(a \cdot \cos \left(\pi \cdot \frac{angle}{180}\right)\right)}^{2} + {\left(b \cdot \sin \left(\pi \cdot \frac{angle}{180}\right)\right)}^{2}
\begin{array}{l}
t_0 := \pi \cdot \left(angle \cdot 0.005555555555555556\right)\\
{\left(a \cdot \left(\left(\cos t_0 + 2\right) - 2\right)\right)}^{2} + {\left(b \cdot \sin t_0\right)}^{2}
\end{array}
Results
Initial program 20.2
Taylor expanded in angle around inf 20.2
Simplified20.2
[Start]20.2 | \[ {\left(a \cdot \cos \left(\pi \cdot \frac{angle}{180}\right)\right)}^{2} + {\left(b \cdot \sin \left(0.005555555555555556 \cdot \left(angle \cdot \pi\right)\right)\right)}^{2}
\] |
|---|---|
rational.json-simplify-2 [=>]20.2 | \[ {\left(a \cdot \cos \left(\pi \cdot \frac{angle}{180}\right)\right)}^{2} + {\left(b \cdot \sin \left(0.005555555555555556 \cdot \color{blue}{\left(\pi \cdot angle\right)}\right)\right)}^{2}
\] |
rational.json-simplify-43 [=>]20.2 | \[ {\left(a \cdot \cos \left(\pi \cdot \frac{angle}{180}\right)\right)}^{2} + {\left(b \cdot \sin \color{blue}{\left(\pi \cdot \left(angle \cdot 0.005555555555555556\right)\right)}\right)}^{2}
\] |
Taylor expanded in angle around inf 20.2
Simplified20.2
[Start]20.2 | \[ {\left(a \cdot \cos \left(0.005555555555555556 \cdot \left(angle \cdot \pi\right)\right)\right)}^{2} + {\left(b \cdot \sin \left(\pi \cdot \left(angle \cdot 0.005555555555555556\right)\right)\right)}^{2}
\] |
|---|---|
rational.json-simplify-2 [=>]20.2 | \[ {\left(a \cdot \cos \left(0.005555555555555556 \cdot \color{blue}{\left(\pi \cdot angle\right)}\right)\right)}^{2} + {\left(b \cdot \sin \left(\pi \cdot \left(angle \cdot 0.005555555555555556\right)\right)\right)}^{2}
\] |
rational.json-simplify-43 [=>]20.2 | \[ {\left(a \cdot \cos \color{blue}{\left(\pi \cdot \left(angle \cdot 0.005555555555555556\right)\right)}\right)}^{2} + {\left(b \cdot \sin \left(\pi \cdot \left(angle \cdot 0.005555555555555556\right)\right)\right)}^{2}
\] |
Applied egg-rr20.2
Final simplification20.2
| Alternative 1 | |
|---|---|
| Error | 20.2 |
| Cost | 39616 |
| Alternative 2 | |
|---|---|
| Error | 20.2 |
| Cost | 39360 |
| Alternative 3 | |
|---|---|
| Error | 20.2 |
| Cost | 39360 |
| Alternative 4 | |
|---|---|
| Error | 20.4 |
| Cost | 26368 |
| Alternative 5 | |
|---|---|
| Error | 20.4 |
| Cost | 26368 |
| Alternative 6 | |
|---|---|
| Error | 20.4 |
| Cost | 26368 |
| Alternative 7 | |
|---|---|
| Error | 26.0 |
| Cost | 19968 |
| Alternative 8 | |
|---|---|
| Error | 26.0 |
| Cost | 19968 |
| Alternative 9 | |
|---|---|
| Error | 25.9 |
| Cost | 19968 |
| Alternative 10 | |
|---|---|
| Error | 25.9 |
| Cost | 19968 |
herbie shell --seed 2023068
(FPCore (a b angle)
:name "ab-angle->ABCF C"
:precision binary64
(+ (pow (* a (cos (* PI (/ angle 180.0)))) 2.0) (pow (* b (sin (* PI (/ angle 180.0)))) 2.0)))