\[\sqrt{x - 1} \cdot \sqrt{x}\]
Test:
sqrt times
Bits:
128 bits
Bits error versus x
Time: 4.4 s
Input Error: 0.5
Output Error: 0.5
Log:
Profile: 🕒
\(\sqrt{x - 1} \cdot \sqrt{x}\)
  1. Started with
    \[\sqrt{x - 1} \cdot \sqrt{x}\]
    0.5

Original test:


(lambda ((x default))
  #:name "sqrt times"
  (* (sqrt (- x 1)) (sqrt x)))