Average Error: 3.9 → 3.9
Time: 39.3s
Precision: 64
Internal Precision: 576
\[\frac{\sin ky}{\sqrt{{\left(\sin kx\right)}^{2} + {\left(\sin ky\right)}^{2}}} \cdot \sin th\]
\[\frac{1}{\frac{\sqrt{{\left(\sin ky\right)}^{2} + {\left(\sin kx\right)}^{2}}}{\sin ky}} \cdot \sin th\]

Error

Bits error versus kx

Bits error versus ky

Bits error versus th

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 3.9

    \[\frac{\sin ky}{\sqrt{{\left(\sin kx\right)}^{2} + {\left(\sin ky\right)}^{2}}} \cdot \sin th\]
  2. Using strategy rm
  3. Applied clear-num3.9

    \[\leadsto \color{blue}{\frac{1}{\frac{\sqrt{{\left(\sin kx\right)}^{2} + {\left(\sin ky\right)}^{2}}}{\sin ky}}} \cdot \sin th\]
  4. Final simplification3.9

    \[\leadsto \frac{1}{\frac{\sqrt{{\left(\sin ky\right)}^{2} + {\left(\sin kx\right)}^{2}}}{\sin ky}} \cdot \sin th\]

Runtime

Time bar (total: 39.3s)Debug logProfile

herbie shell --seed 2018242 
(FPCore (kx ky th)
  :name "Toniolo and Linder, Equation (3b), real"
  (* (/ (sin ky) (sqrt (+ (pow (sin kx) 2) (pow (sin ky) 2)))) (sin th)))