| Inputs |
|---|
(*.f64 (exp.f64 re) (sin.f64 im)) |
(exp.f64 re) |
re |
(sin.f64 im) |
im |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (sin im))) |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (+ (sin im) (* re (sin im))))) |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (+ (sin im) (* re (+ (sin im) (* 1/2 (* re (sin im)))))))) |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (+ (sin im) (* re (+ (sin im) (* re (+ (* 1/6 (* re (sin im))) (* 1/2 (sin im))))))))) |
#s(approx (exp re) #s(hole binary64 1)) |
#s(approx (exp re) #s(hole binary64 (+ 1 re))) |
#s(approx (exp re) #s(hole binary64 (+ 1 (* re (+ 1 (* 1/2 re)))))) |
#s(approx (exp re) #s(hole binary64 (+ 1 (* re (+ 1 (* re (+ 1/2 (* 1/6 re)))))))) |
#s(approx re #s(hole binary64 re)) |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (* (exp re) (sin im)))) |
#s(approx (exp re) #s(hole binary64 (exp re))) |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (* im (exp re)))) |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (* im (+ (exp re) (* -1/6 (* (pow im 2) (exp re))))))) |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (* im (+ (exp re) (* (pow im 2) (+ (* -1/6 (exp re)) (* 1/120 (* (pow im 2) (exp re))))))))) |
#s(approx (* (exp re) (sin im)) #s(hole binary64 (* im (+ (exp re) (* (pow im 2) (+ (* -1/6 (exp re)) (* (pow im 2) (+ (* -1/5040 (* (pow im 2) (exp re))) (* 1/120 (exp re)))))))))) |
#s(approx (sin im) #s(hole binary64 im)) |
#s(approx (sin im) #s(hole binary64 (* im (+ 1 (* -1/6 (pow im 2)))))) |
#s(approx (sin im) #s(hole binary64 (* im (+ 1 (* (pow im 2) (- (* 1/120 (pow im 2)) 1/6)))))) |
#s(approx (sin im) #s(hole binary64 (* im (+ 1 (* (pow im 2) (- (* (pow im 2) (+ 1/120 (* -1/5040 (pow im 2)))) 1/6)))))) |
#s(approx im #s(hole binary64 im)) |
#s(approx (sin im) #s(hole binary64 (sin im))) |
| Outputs |
|---|
(*.f64 (sin.f64 im) (exp.f64 re)) |
(*.f64 (exp.f64 re) (sin.f64 im)) |
(fma.f64 (cosh.f64 re) (sin.f64 im) (*.f64 (sinh.f64 re) (sin.f64 im))) |
(fma.f64 (sin.f64 im) (cosh.f64 re) (*.f64 (sin.f64 im) (sinh.f64 re))) |
(+.f64 (*.f64 (cosh.f64 re) (sin.f64 im)) (*.f64 (sinh.f64 re) (sin.f64 im))) |
(+.f64 (*.f64 (sin.f64 im) (cosh.f64 re)) (*.f64 (sin.f64 im) (sinh.f64 re))) |
(/.f64 (-.f64 (*.f64 (cosh.f64 re) (cosh.f64 re)) (*.f64 (sinh.f64 re) (sinh.f64 re))) (-.f64 (cosh.f64 re) (sinh.f64 re))) |
(/.f64 (+.f64 (pow.f64 (cosh.f64 re) #s(literal 3 binary64)) (pow.f64 (sinh.f64 re) #s(literal 3 binary64))) (+.f64 (*.f64 (cosh.f64 re) (cosh.f64 re)) (-.f64 (*.f64 (sinh.f64 re) (sinh.f64 re)) (*.f64 (cosh.f64 re) (sinh.f64 re))))) |
(exp.f64 re) |
(+.f64 (sinh.f64 re) (cosh.f64 re)) |
(+.f64 (cosh.f64 re) (sinh.f64 re)) |
re |
(sin.f64 im) |
im |
#s(approx (* (exp re) (sin im)) (sin.f64 im)) |
#s(approx (* (exp re) (sin im)) (fma.f64 (sin.f64 im) re (sin.f64 im))) |
#s(approx (* (exp re) (sin im)) (fma.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (sin.f64 im) re) (sin.f64 im)) re (sin.f64 im))) |
#s(approx (* (exp re) (sin im)) (fma.f64 (fma.f64 (fma.f64 #s(literal 1/6 binary64) (*.f64 (sin.f64 im) re) (*.f64 #s(literal 1/2 binary64) (sin.f64 im))) re (sin.f64 im)) re (sin.f64 im))) |
#s(approx (exp re) #s(literal 1 binary64)) |
#s(approx (exp re) (-.f64 re #s(literal -1 binary64))) |
#s(approx (exp re) (fma.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) re) #s(literal 1 binary64) #s(literal 1 binary64)) re) #s(literal 1 binary64) #s(literal 1 binary64))) |
#s(approx (exp re) (fma.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 1/6 binary64) re #s(literal 1/2 binary64)) re) #s(literal 1 binary64) #s(literal 1 binary64)) re) #s(literal 1 binary64) #s(literal 1 binary64))) |
#s(approx re re) |
#s(approx (* (exp re) (sin im)) (*.f64 (sin.f64 im) (exp.f64 re))) |
#s(approx (exp re) (exp.f64 re)) |
#s(approx (* (exp re) (sin im)) (*.f64 (exp.f64 re) im)) |
#s(approx (* (exp re) (sin im)) (*.f64 (fma.f64 (*.f64 (*.f64 (exp.f64 re) im) im) #s(literal -1/6 binary64) (exp.f64 re)) im)) |
#s(approx (* (exp re) (sin im)) (fma.f64 (*.f64 im (fma.f64 #s(literal 1/120 binary64) (*.f64 (*.f64 (exp.f64 re) im) im) (*.f64 #s(literal -1/6 binary64) (exp.f64 re)))) (*.f64 im im) (*.f64 (exp.f64 re) im))) |
#s(approx (* (exp re) (sin im)) (fma.f64 (*.f64 im (*.f64 im im)) (fma.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 (*.f64 (exp.f64 re) im) im) (*.f64 #s(literal 1/120 binary64) (exp.f64 re))) im) im (*.f64 #s(literal -1/6 binary64) (exp.f64 re))) (*.f64 (exp.f64 re) im))) |
#s(approx (sin im) im) |
#s(approx (sin im) (*.f64 (fma.f64 (*.f64 (*.f64 im im) #s(literal -1/6 binary64)) #s(literal 1 binary64) #s(literal 1 binary64)) im)) |
#s(approx (sin im) (*.f64 (fma.f64 (-.f64 (*.f64 #s(literal 1/120 binary64) (*.f64 im im)) #s(literal 1/6 binary64)) (*.f64 im im) #s(literal 1 binary64)) im)) |
#s(approx (sin im) (fma.f64 (*.f64 im (*.f64 im im)) (-.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1/5040 binary64) (*.f64 im im) #s(literal 1/120 binary64)) im) im) #s(literal 1/6 binary64)) im)) |
#s(approx im im) |
#s(approx (sin im) (sin.f64 im)) |