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

Original test:


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