\[\frac{x - \sin x}{x - \tan x}\]
Test:
NMSE problem 3.4.5
Bits:
128 bits
Bits error versus x
Time: 4.0 s
Input Error: 14.9
Output Error: 14.9
Log:
Profile: 🕒
\(\frac{x - \sin x}{x - \tan x}\)
  1. Started with
    \[\frac{x - \sin x}{x - \tan x}\]
    14.9

Original test:


(lambda ((x default))
  #:name "NMSE problem 3.4.5"
  (/ (- x (sin x)) (- x (tan x))))