
Time bar (total: 2.0s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.6% | 0.4% | 0% | 0% | 0% | 0 |
| 100% | 99.6% | 0% | 0.4% | 0% | 0% | 0% | 1 |
Compiled 4 to 4 computations (0% saved)
| 346.0ms | 8 256× | 0 | valid |
ival-asinh: 164.0ms (99.3% of total)adjust: 1.0ms (0.6% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 133 | 0 | - | 2 | (-0.02724871225655079) | (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) |
| 74 | 0 | - | 0 | - | (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary32) |
| 0 | 0 | - | 0 | - | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
| 0 | 0 | - | 0 | - | (*.f32 x x) |
| 0 | 0 | - | 0 | - | (+.f32 (*.f32 x x) #s(literal 1 binary32)) |
| 0 | 0 | - | 0 | - | (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (fabs.f32 x) |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
log.f32 | (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) | sensitivity | 130 | 3 |
sqrt.f32 | (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))) | oflow-rescue | 74 | 0 |
| ↳ | (+.f32 (*.f32 x x) #s(literal 1 binary32)) | overflow | 74 | |
| ↳ | (*.f32 x x) | overflow | 74 | |
log.f32 | (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) | oflow-rescue | 1 | 0 |
| ↳ | (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))) | overflow | 1 | |
| ↳ | (+.f32 (*.f32 x x) #s(literal 1 binary32)) | overflow | 74 | |
| ↳ | (*.f32 x x) | overflow | 74 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 204 | 2 |
| - | 0 | 50 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 204 | 2 | 0 |
| - | 0 | 1 | 49 |
| number | freq |
|---|---|
| 0 | 52 |
| 1 | 203 |
| 2 | 1 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 94.0ms | 276× | 0 | valid |
| 39.0ms | 236× | 1 | valid |
Compiled 114 to 31 computations (72.8% saved)
ival-log: 82.0ms (70.9% of total)ival-hypot: 15.0ms (13% of total)ival-copysign: 6.0ms (5.2% of total)adjust: 5.0ms (4.3% of total)ival-fabs: 3.0ms (2.6% of total)ival-add!: 3.0ms (2.6% of total)ival-mult!: 3.0ms (2.6% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 5 | 9 |
| 1× | saturated |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 31.3% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
Compiled 24 to 18 computations (25% saved)
| Inputs |
|---|
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) |
(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))) |
(fabs.f32 x) |
x |
(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))) |
(+.f32 (*.f32 x x) #s(literal 1 binary32)) |
(*.f32 x x) |
#s(literal 1 binary32) |
| Outputs |
|---|
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (fabs x)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* 1/2 (pow x 2)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))) |
#s(approx (fabs x) #s(hole binary32 (fabs x))) |
#s(approx x #s(hole binary32 x)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))) |
#s(approx (+ (* x x) 1) #s(hole binary32 1)) |
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2)))) |
#s(approx (* x x) #s(hole binary32 (pow x 2))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (/ (fabs x) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))) |
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2))) |
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2)))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 x))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (fabs x) x))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | 0 | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) x (sqrt (+ (* x x) 1)) (+ (* x x) 1) (* x x) 1) |
| 2.0ms | x | @ | -inf | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) x (sqrt (+ (* x x) 1)) (+ (* x x) 1) (* x x) 1) |
| 2.0ms | x | @ | inf | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) x (sqrt (+ (* x x) 1)) (+ (* x x) 1) (* x x) 1) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 226 | 1103 |
| 0 | 238 | 900 |
| 1 | 1345 | 759 |
| 0 | 8449 | 710 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) |
(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))) |
(fabs.f32 x) |
x |
(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))) |
(+.f32 (*.f32 x x) #s(literal 1 binary32)) |
(*.f32 x x) |
#s(literal 1 binary32) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (fabs x)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* 1/2 (pow x 2)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))) |
#s(approx (fabs x) #s(hole binary32 (fabs x))) |
#s(approx x #s(hole binary32 x)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))) |
#s(approx (+ (* x x) 1) #s(hole binary32 1)) |
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2)))) |
#s(approx (* x x) #s(hole binary32 (pow x 2))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (/ (fabs x) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))) |
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2))) |
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2)))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 x))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (fabs x) x))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))) |
| Outputs |
|---|
(copysign.f32 (asinh.f32 x) x) |
(log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) x)) |
(-.f32 (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (-.f32 x (cosh.f32 (asinh.f32 x))))) |
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x))))))) |
(asinh.f32 x) |
(/.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)) (-.f32 (cosh.f32 (asinh.f32 x)) x)) |
(/.f32 (+.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (cosh.f32 (asinh.f32 x)) x)))) |
(/.f32 (neg.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (-.f32 x (cosh.f32 (asinh.f32 x))))) |
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (neg.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x))))))) |
(/.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (-.f32 x (cosh.f32 (asinh.f32 x)))) |
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))) |
(-.f32 (/.f32 (*.f32 x x) (-.f32 x (cosh.f32 (asinh.f32 x)))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 x (cosh.f32 (asinh.f32 x))))) |
(+.f32 (/.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))) (/.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x))))))) |
(+.f32 (cosh.f32 (asinh.f32 x)) x) |
(+.f32 x (cosh.f32 (asinh.f32 x))) |
x |
x |
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) |
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32)))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)))) |
(/.f32 (sqrt.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32))) (sqrt.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32)))) |
(/.f32 (sqrt.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32)))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x)))))) |
(/.f32 (sqrt.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (sqrt.f32 (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32)))))) |
(/.f32 (+.f32 (exp.f32 (asinh.f32 x)) (exp.f32 (neg.f32 (asinh.f32 x)))) #s(literal 2 binary32)) |
(/.f32 #s(literal 1 binary32) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal -1/2 binary32))) |
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 1 binary32)) |
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/2 binary32)) |
(exp.f32 (*.f32 (log1p.f32 (*.f32 x x)) #s(literal 1/2 binary32))) |
(cosh.f32 (neg.f32 (asinh.f32 x))) |
(cosh.f32 (asinh.f32 (neg.f32 x))) |
(cosh.f32 (asinh.f32 x)) |
(*.f32 (neg.f32 (cosh.f32 (asinh.f32 x))) (neg.f32 (cosh.f32 (asinh.f32 x)))) |
(*.f32 (fabs.f32 (cosh.f32 (asinh.f32 x))) (fabs.f32 (cosh.f32 (asinh.f32 x)))) |
(*.f32 (cosh.f32 (asinh.f32 x)) (cosh.f32 (asinh.f32 x))) |
(sqrt.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) |
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32)))) (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)))) |
(/.f32 (neg.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32))) (neg.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32)))) |
(/.f32 (neg.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32)))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x)))))) |
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (neg.f32 (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32)))))) |
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 x x))) |
(/.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) #s(literal 1 binary32))) |
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))) |
(/.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))) |
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) |
(-.f32 (/.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) #s(literal 1 binary32)))) |
(fma.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)) #s(literal 1 binary32)) |
(fma.f32 (neg.f32 x) (neg.f32 x) #s(literal 1 binary32)) |
(fma.f32 x x #s(literal 1 binary32)) |
(pow.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1/2 binary32)) |
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 2 binary32)) |
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32)) |
(+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 (pow.f32 x #s(literal 6 binary32)) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x)))))) |
(+.f32 (/.f32 (pow.f32 x #s(literal 6 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32)))))) |
(+.f32 (*.f32 x x) #s(literal 1 binary32)) |
(+.f32 #s(literal 1 binary32) (*.f32 x x)) |
(*.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x))) |
(*.f32 (neg.f32 x) (neg.f32 x)) |
(*.f32 x x) |
(sqrt.f32 (pow.f32 x #s(literal 4 binary32))) |
(pow.f32 (neg.f32 x) #s(literal 2 binary32)) |
(pow.f32 (*.f32 x x) #s(literal 1 binary32)) |
(pow.f32 x #s(literal 2 binary32)) |
(fabs.f32 (*.f32 (neg.f32 x) x)) |
(fabs.f32 (*.f32 x (neg.f32 x))) |
(fabs.f32 (*.f32 x x)) |
(+.f32 (cosh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) (sinh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) |
#s(literal 1 binary32) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log1p.f32 x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (log1p.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (fma.f32 (*.f32 #s(literal 1/720 binary32) (*.f32 x x)) (+.f32 (fma.f32 #s(literal 45 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 30 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (/.f32 #s(literal 45 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal -1/24 binary32))) (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 #s(literal 1 binary32) x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) x) #s(literal 1 binary32))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) x) #s(literal 1 binary32))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) x) #s(literal 1 binary32))) |
#s(approx (fabs x) x) |
#s(approx (fabs x) x) |
#s(approx (sqrt (+ (* x x) 1)) #s(literal 1 binary32)) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 1 binary32))) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32))) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32))) |
#s(approx (+ (* x x) 1) #s(literal 1 binary32)) |
#s(approx (+ (* x x) 1) (fma.f32 x x #s(literal 1 binary32))) |
#s(approx (* x x) (*.f32 x x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (/.f32 x x) (log.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) (/.f32 x x)) (log.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) (/.f32 x x))) (log.f32 x))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) x) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (+.f32 (/.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (/.f32 x x)) x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (/.f32 x x)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x)) |
#s(approx (sqrt (+ (* x x) 1)) x) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x)) |
#s(approx (+ (* x x) 1) (*.f32 x x)) |
#s(approx (+ (* x x) 1) (fma.f32 (*.f32 x x) #s(literal 1 binary32) #s(literal 1 binary32))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 (neg.f32 x) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) #s(literal -1/2 binary32) x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) x) #s(literal -1/6 binary32) (*.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) x) x)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (neg.f32 x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 x x) #s(literal -1 binary32) #s(literal 1 binary32)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (-.f32 x (/.f32 #s(literal 1/2 binary32) x)) x) #s(literal -1 binary32) #s(literal 1 binary32)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 1/2 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32))) x) #s(literal -1 binary32) x) x) #s(literal -1 binary32) #s(literal 1 binary32)))) |
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)))) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))))) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))))) |
Compiled 2 144 to 623 computations (70.9% saved)
5 alts after pruning (5 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 101 | 5 | 106 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 102 | 5 | 107 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 31.3% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x) |
| ▶ | 28.2% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x) |
| ▶ | 28.7% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) x) |
| ▶ | 99.5% | (copysign.f32 (asinh.f32 x) x) |
| ▶ | 54.5% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) x) |
Compiled 172 to 114 computations (33.7% saved)
| Inputs |
|---|
(copysign.f32 (asinh.f32 x) x) |
(asinh.f32 x) |
x |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) x) |
(log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) |
(+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x)) |
(fabs.f32 x) |
#s(approx (sqrt (+ (* x x) 1)) x) |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x) |
(log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) |
(+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))) |
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) |
(neg.f32 x) |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x) |
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) |
(+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) |
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) |
(fma.f32 x x #s(literal 1 binary32)) |
#s(literal 1 binary32) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) |
(fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)) |
(fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(*.f32 #s(literal -1/24 binary32) (*.f32 x x)) |
#s(literal -1/24 binary32) |
(*.f32 x x) |
(fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) |
(+.f32 #s(literal 1 binary32) x) |
#s(literal -2 binary32) |
#s(literal 3 binary32) |
(/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) |
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) |
#s(literal 1/2 binary32) |
(log1p.f32 x) |
| Outputs |
|---|
#s(approx (copysign (asinh x) x) #s(hole binary32 (copysign (log (+ x (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (asinh x) #s(hole binary32 x)) |
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))))) |
#s(approx x #s(hole binary32 x)) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (fabs x)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* 1/2 (pow x 2)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))) |
#s(approx (fabs x) #s(hole binary32 (fabs x))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))) |
#s(approx (neg x) #s(hole binary32 (* -1 x))) |
#s(approx (+ (* x x) 1) #s(hole binary32 1)) |
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -1/6 x))) 1/6)))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 1/2)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* -1/2 x)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* x (- (* 1/4 x) 1/2))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* x (- (* x (+ 1/4 (* -1/8 x))) 1/2))))) |
#s(approx (* -1/24 (* x x)) #s(hole binary32 (* -1/24 (pow x 2)))) |
#s(approx (* x x) #s(hole binary32 (pow x 2))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 6)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* -9 x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* x (- (* 12 x) 9))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* x (- (* x (+ 12 (* -15 x))) 9))))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 1)) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* -2 x)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* x (- (* 3 x) 2))))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* x (- (* x (+ 3 (* -4 x))) 2))))) |
#s(approx (+ 1 x) #s(hole binary32 1)) |
#s(approx (+ 1 x) #s(hole binary32 (+ 1 x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 3)) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* -3 x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* x (- (* 3 x) 3))))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* x (- (* x (+ 3 (* -3 x))) 3))))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 1/2)) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* -1/2 x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* x (- (* 1/2 x) 1/2))))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* x (- (* x (+ 1/2 (* -1/2 x))) 1/2))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 x)) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* -1/2 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* x (- (* 1/3 x) 1/2)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))))) |
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x)))))) |
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (/ (fabs x) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))) |
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2))) |
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1/8 (pow x 3)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (* 5/8 (/ 1 (pow x 2))) 1/8)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (+ (* -1 (/ (log (/ 1 x)) (pow x 3))) (* 5/8 (/ 1 (pow x 2)))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (+ (* -1 (/ (log (/ 1 x)) (pow x 3))) (+ (* 5/8 (/ 1 (pow x 2))) (* 15/8 (/ 1 (pow x 4))))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1/8 x))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (* 5/8 (/ 1 (pow x 2))) 1/8)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (* 5/8 (/ 1 (pow x 2))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (+ (* 5/8 (/ 1 (pow x 2))) (* 7/8 (/ 1 (pow x 4)))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ 3 x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- 3 (* 3 (/ 1 (pow x 2)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- (+ 3 (/ 6 (pow x 3))) (* 3 (/ 1 (pow x 2)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- (+ 3 (/ 6 (pow x 3))) (+ (* 3 (/ 1 (pow x 2))) (* 9 (/ 1 (pow x 4))))) x))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ 1 (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- 1 (* 2 (/ 1 x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- (+ 1 (/ 3 (pow x 2))) (* 2 (/ 1 x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- (+ 1 (/ 3 (pow x 2))) (+ (* 2 (/ 1 x)) (* 4 (/ 1 (pow x 3))))) (pow x 2)))) |
#s(approx (+ 1 x) #s(hole binary32 x)) |
#s(approx (+ 1 x) #s(hole binary32 (* x (+ 1 (/ 1 x))))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ 3 x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- 3 (* 3 (/ 1 x))) x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- (+ 3 (/ 3 (pow x 2))) (* 3 (/ 1 x))) x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- (+ 3 (/ 3 (pow x 2))) (+ (* 3 (/ 1 x)) (* 3 (/ 1 (pow x 3))))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ 1/2 x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- 1/2 (* 1/2 (/ 1 x))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- (+ 1/2 (/ 1/2 (pow x 2))) (* 1/2 (/ 1 x))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- (+ 1/2 (/ 1/2 (pow x 2))) (+ (* 1/2 (/ 1 x)) (* 1/2 (/ 1 (pow x 3))))) x))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ 1 x)))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))))) |
#s(approx (copysign (asinh x) x) #s(hole binary32 (copysign (log (- (sqrt (+ 1 (pow x 2))) (* -1 x))) x))) |
#s(approx (asinh x) #s(hole binary32 (+ (log 1/2) (log (/ -1 x))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 x))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (fabs x) x))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- 1/8 (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- (+ 1/8 (* -1 (/ (- (+ (log -1) (* -1 (log (/ -1 x)))) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- (+ 1/8 (* -1 (/ (- (+ (log -1) (+ (* -1 (log (/ -1 x))) (* 15/8 (/ 1 x)))) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- 1/8 (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- (+ 1/8 (/ 3/4 (pow x 3))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- (+ 1/8 (* -1 (/ (- (* 7/8 (/ 1 x)) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 (pow x 2))) 3) x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 (pow x 2))) (+ 3 (/ 6 (pow x 3)))) x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (+ (* -1 (/ (- 6 (* 9 (/ 1 x))) (pow x 3))) (* 3 (/ 1 (pow x 2)))) 3) x)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (+ 1 (* -1 (/ (- 2 (* 3 (/ 1 x))) x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (+ 1 (* -1 (/ (+ 2 (* -1 (/ (- 3 (* 4 (/ 1 x))) x))) x))) (pow x 2)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 x)) 3) x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* 3 (/ 1 x)) 3) x)) 3) x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 3 (/ 1 x)) 3) x)) 3) x)) 3) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)) 1/2) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)) 1/2) x)) 1/2) x)))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (* -1 (log (/ -1 x)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | x | @ | inf | ((copysign (asinh x) x) (asinh x) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (neg x) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (+ (* x x) 1) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* -1/24 (* x x)) -1/24 (* x x) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (pow (+ 1 x) -2) (+ 1 x) -2 3 (/ 3 (+ 1 x)) (/ 1/2 (+ 1 x)) 1/2 (log (+ 1 x))) |
| 4.0ms | x | @ | 0 | ((copysign (asinh x) x) (asinh x) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (neg x) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (+ (* x x) 1) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* -1/24 (* x x)) -1/24 (* x x) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (pow (+ 1 x) -2) (+ 1 x) -2 3 (/ 3 (+ 1 x)) (/ 1/2 (+ 1 x)) 1/2 (log (+ 1 x))) |
| 4.0ms | x | @ | -inf | ((copysign (asinh x) x) (asinh x) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (fabs x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (neg x) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (fabs x) (sqrt (+ (* x x) 1))) (sqrt (+ (* x x) 1)) (+ (* x x) 1) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* -1/24 (* x x)) -1/24 (* x x) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (pow (+ 1 x) -2) (+ 1 x) -2 3 (/ 3 (+ 1 x)) (/ 1/2 (+ 1 x)) 1/2 (log (+ 1 x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 663 | 3649 |
| 0 | 705 | 3239 |
| 1 | 3995 | 3079 |
| 0 | 9321 | 2997 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(copysign.f32 (asinh.f32 x) x) |
(asinh.f32 x) |
x |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) x) |
(log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) |
(+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x)) |
(fabs.f32 x) |
#s(approx (sqrt (+ (* x x) 1)) x) |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x) |
(log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) |
(+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))) |
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) |
(neg.f32 x) |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x) |
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) |
(+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) |
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) |
(fma.f32 x x #s(literal 1 binary32)) |
#s(literal 1 binary32) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) |
(fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)) |
(fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(*.f32 #s(literal -1/24 binary32) (*.f32 x x)) |
#s(literal -1/24 binary32) |
(*.f32 x x) |
(fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) |
(+.f32 #s(literal 1 binary32) x) |
#s(literal -2 binary32) |
#s(literal 3 binary32) |
(/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) |
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) |
#s(literal 1/2 binary32) |
(log1p.f32 x) |
#s(approx (copysign (asinh x) x) #s(hole binary32 (copysign (log (+ x (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (asinh x) #s(hole binary32 x)) |
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (asinh x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))))) |
#s(approx x #s(hole binary32 x)) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (fabs x)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* 1/2 (pow x 2)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))))) |
#s(approx (fabs x) #s(hole binary32 (fabs x))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))) |
#s(approx (neg x) #s(hole binary32 (* -1 x))) |
#s(approx (+ (* x x) 1) #s(hole binary32 1)) |
#s(approx (+ (* x x) 1) #s(hole binary32 (+ 1 (pow x 2)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -1/6 x))) 1/6)))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 1/2)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* -1/2 x)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* x (- (* 1/4 x) 1/2))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* x (- (* x (+ 1/4 (* -1/8 x))) 1/2))))) |
#s(approx (* -1/24 (* x x)) #s(hole binary32 (* -1/24 (pow x 2)))) |
#s(approx (* x x) #s(hole binary32 (pow x 2))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 6)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* -9 x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* x (- (* 12 x) 9))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* x (- (* x (+ 12 (* -15 x))) 9))))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 1)) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* -2 x)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* x (- (* 3 x) 2))))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* x (- (* x (+ 3 (* -4 x))) 2))))) |
#s(approx (+ 1 x) #s(hole binary32 1)) |
#s(approx (+ 1 x) #s(hole binary32 (+ 1 x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 3)) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* -3 x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* x (- (* 3 x) 3))))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* x (- (* x (+ 3 (* -3 x))) 3))))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 1/2)) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* -1/2 x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* x (- (* 1/2 x) 1/2))))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* x (- (* x (+ 1/2 (* -1/2 x))) 1/2))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 x)) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* -1/2 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* x (- (* 1/3 x) 1/2)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))))) |
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x)))))) |
#s(approx (asinh x) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (/ (fabs x) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))) |
#s(approx (+ (* x x) 1) #s(hole binary32 (pow x 2))) |
#s(approx (+ (* x x) 1) #s(hole binary32 (* (pow x 2) (+ 1 (/ 1 (pow x 2)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1/8 (pow x 3)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (* 5/8 (/ 1 (pow x 2))) 1/8)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (+ (* -1 (/ (log (/ 1 x)) (pow x 3))) (* 5/8 (/ 1 (pow x 2)))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (+ (* -1 (/ (log (/ 1 x)) (pow x 3))) (+ (* 5/8 (/ 1 (pow x 2))) (* 15/8 (/ 1 (pow x 4))))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1/8 x))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (* 5/8 (/ 1 (pow x 2))) 1/8)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (* 5/8 (/ 1 (pow x 2))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (+ (* 5/8 (/ 1 (pow x 2))) (* 7/8 (/ 1 (pow x 4)))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ 3 x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- 3 (* 3 (/ 1 (pow x 2)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- (+ 3 (/ 6 (pow x 3))) (* 3 (/ 1 (pow x 2)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- (+ 3 (/ 6 (pow x 3))) (+ (* 3 (/ 1 (pow x 2))) (* 9 (/ 1 (pow x 4))))) x))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ 1 (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- 1 (* 2 (/ 1 x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- (+ 1 (/ 3 (pow x 2))) (* 2 (/ 1 x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- (+ 1 (/ 3 (pow x 2))) (+ (* 2 (/ 1 x)) (* 4 (/ 1 (pow x 3))))) (pow x 2)))) |
#s(approx (+ 1 x) #s(hole binary32 x)) |
#s(approx (+ 1 x) #s(hole binary32 (* x (+ 1 (/ 1 x))))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ 3 x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- 3 (* 3 (/ 1 x))) x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- (+ 3 (/ 3 (pow x 2))) (* 3 (/ 1 x))) x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- (+ 3 (/ 3 (pow x 2))) (+ (* 3 (/ 1 x)) (* 3 (/ 1 (pow x 3))))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ 1/2 x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- 1/2 (* 1/2 (/ 1 x))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- (+ 1/2 (/ 1/2 (pow x 2))) (* 1/2 (/ 1 x))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- (+ 1/2 (/ 1/2 (pow x 2))) (+ (* 1/2 (/ 1 x)) (* 1/2 (/ 1 (pow x 3))))) x))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ 1 x)))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))))) |
#s(approx (copysign (asinh x) x) #s(hole binary32 (copysign (log (- (sqrt (+ 1 (pow x 2))) (* -1 x))) x))) |
#s(approx (asinh x) #s(hole binary32 (+ (log 1/2) (log (/ -1 x))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))))) |
#s(approx (asinh x) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 x))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (fabs x) x))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x))))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) #s(hole binary32 (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- 1/8 (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- (+ 1/8 (* -1 (/ (- (+ (log -1) (* -1 (log (/ -1 x)))) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- (+ 1/8 (* -1 (/ (- (+ (log -1) (+ (* -1 (log (/ -1 x))) (* 15/8 (/ 1 x)))) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- 1/8 (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- (+ 1/8 (/ 3/4 (pow x 3))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- (+ 1/8 (* -1 (/ (- (* 7/8 (/ 1 x)) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 (pow x 2))) 3) x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 (pow x 2))) (+ 3 (/ 6 (pow x 3)))) x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (+ (* -1 (/ (- 6 (* 9 (/ 1 x))) (pow x 3))) (* 3 (/ 1 (pow x 2)))) 3) x)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (+ 1 (* -1 (/ (- 2 (* 3 (/ 1 x))) x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (+ 1 (* -1 (/ (+ 2 (* -1 (/ (- 3 (* 4 (/ 1 x))) x))) x))) (pow x 2)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 x)) 3) x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* 3 (/ 1 x)) 3) x)) 3) x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 3 (/ 1 x)) 3) x)) 3) x)) 3) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)) 1/2) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)) 1/2) x)) 1/2) x)))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (* -1 (log (/ -1 x)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))))) |
| Outputs |
|---|
(copysign.f32 (asinh.f32 x) x) |
(log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) x)) |
(-.f32 (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (-.f32 x (cosh.f32 (asinh.f32 x))))) |
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x))))))) |
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))) |
(-.f32 (log.f32 (-.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32)))) (log.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))))) |
(asinh.f32 x) |
x |
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x) |
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) |
(-.f32 (log.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)))) (log.f32 (-.f32 x #s(approx (sqrt (+ (* x x) 1)) x)))) |
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) x)))))) |
(/.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32))) (-.f32 x #s(approx (sqrt (+ (* x x) 1)) x))) |
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) x))))) |
(+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x) |
(+.f32 x #s(approx (sqrt (+ (* x x) 1)) x)) |
x |
#s(approx (sqrt (+ (* x x) 1)) x) |
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) x)) x) |
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) x)) |
(-.f32 (log.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)))) (log.f32 (-.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))))) |
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))))))) |
(/.f32 (-.f32 (*.f32 x x) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32))) (-.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) |
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) #s(literal 2 binary32)) (*.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))))) |
(+.f32 #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) x) |
(+.f32 x #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x))) |
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) |
(*.f32 #s(literal -1 binary32) x) |
(*.f32 x #s(literal -1 binary32)) |
(neg.f32 x) |
(copysign.f32 (asinh.f32 x) x) |
(log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) x)) |
(-.f32 (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (-.f32 x (cosh.f32 (asinh.f32 x))))) |
(-.f32 (log.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)))) (log.f32 (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x))))))) |
(-.f32 (log.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (log.f32 (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))) |
(-.f32 (log.f32 (-.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32)))) (log.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)))))) |
(asinh.f32 x) |
(/.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)) (+.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))) |
(/.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (-.f32 x (cosh.f32 (asinh.f32 x)))) |
(/.f32 (-.f32 (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32)) (pow.f32 (neg.f32 x) #s(literal 3 binary32))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (*.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x))))) |
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 3 binary32))) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x (cosh.f32 (asinh.f32 x)))))) |
(-.f32 (cosh.f32 (asinh.f32 x)) (neg.f32 x)) |
(+.f32 (cosh.f32 (asinh.f32 x)) x) |
(+.f32 x (cosh.f32 (asinh.f32 x))) |
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) |
(/.f32 (sqrt.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32))) (sqrt.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32)))) |
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32)))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)))) |
(/.f32 (sqrt.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32))) (sqrt.f32 (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32)))))) |
(/.f32 (sqrt.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32)))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x)))))) |
(/.f32 (+.f32 (exp.f32 (asinh.f32 x)) (exp.f32 (neg.f32 (asinh.f32 x)))) #s(literal 2 binary32)) |
(/.f32 #s(literal 1 binary32) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal -1/2 binary32))) |
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 1 binary32)) |
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/2 binary32)) |
(exp.f32 (*.f32 (log1p.f32 (*.f32 x x)) #s(literal 1/2 binary32))) |
(cosh.f32 (neg.f32 (asinh.f32 x))) |
(cosh.f32 (asinh.f32 (neg.f32 x))) |
(cosh.f32 (asinh.f32 x)) |
(*.f32 (neg.f32 (cosh.f32 (asinh.f32 x))) (neg.f32 (cosh.f32 (asinh.f32 x)))) |
(*.f32 (fabs.f32 (cosh.f32 (asinh.f32 x))) (fabs.f32 (cosh.f32 (asinh.f32 x)))) |
(*.f32 (cosh.f32 (asinh.f32 x)) (cosh.f32 (asinh.f32 x))) |
(sqrt.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) |
(/.f32 (-.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) #s(literal 1 binary32))) |
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 4 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 x x))) |
(/.f32 (+.f32 (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 1 binary32))))) |
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 6 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 x #s(literal 4 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 x x))))) |
(fma.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)) #s(literal 1 binary32)) |
(fma.f32 (neg.f32 x) (neg.f32 x) #s(literal 1 binary32)) |
(fma.f32 x x #s(literal 1 binary32)) |
(pow.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1/2 binary32)) |
(pow.f32 (cosh.f32 (asinh.f32 x)) #s(literal 2 binary32)) |
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32)) |
(+.f32 (*.f32 x x) #s(literal 1 binary32)) |
(+.f32 #s(literal 1 binary32) (*.f32 x x)) |
#s(literal 1 binary32) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) #s(literal 2 binary32)) (pow.f32 (log1p.f32 x) #s(literal 2 binary32))) (-.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) (log1p.f32 x))) |
(/.f32 (-.f32 (pow.f32 (log1p.f32 x) #s(literal 2 binary32)) (pow.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) #s(literal 2 binary32))) (-.f32 (log1p.f32 x) (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)))) |
(/.f32 (fma.f32 (pow.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)) (pow.f32 (log1p.f32 x) #s(literal 3 binary32))) (+.f32 (pow.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) #s(literal 2 binary32)) (-.f32 (pow.f32 (log1p.f32 x) #s(literal 2 binary32)) (*.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) (log1p.f32 x))))) |
(/.f32 (+.f32 (pow.f32 (log1p.f32 x) #s(literal 3 binary32)) (pow.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) #s(literal 3 binary32))) (fma.f32 (log1p.f32 x) (log1p.f32 x) (-.f32 (pow.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) #s(literal 2 binary32)) (*.f32 (log1p.f32 x) (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)))))) |
(-.f32 (log1p.f32 x) (*.f32 (neg.f32 (*.f32 x x)) (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))))) |
(fma.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) x) x (log1p.f32 x)) |
(fma.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x)) |
(fma.f32 (*.f32 x x) (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (log1p.f32 x)) |
(+.f32 (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) (log1p.f32 x)) |
(+.f32 (log1p.f32 x) (*.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32))) #s(literal 2 binary32)) (pow.f32 (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32))) (-.f32 (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(/.f32 (fma.f32 (pow.f32 (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) #s(literal 3 binary32)) #s(literal -1/13824 binary32) (/.f32 #s(literal 1/8 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (+.f32 (pow.f32 (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32))) #s(literal 2 binary32)) (-.f32 (pow.f32 (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) (*.f32 (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))))) |
(-.f32 (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32))) (*.f32 #s(literal -1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) #s(literal -1/24 binary32) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)))) |
(fma.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)))) |
(fma.f32 #s(literal -1/24 binary32) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(+.f32 (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)))) |
(+.f32 (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(*.f32 (*.f32 #s(literal -1/24 binary32) x) x) |
(*.f32 (*.f32 x x) #s(literal -1/24 binary32)) |
(*.f32 #s(literal -1/24 binary32) (*.f32 x x)) |
#s(literal -1/24 binary32) |
(*.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x))) |
(*.f32 (neg.f32 x) (neg.f32 x)) |
(*.f32 x x) |
(sqrt.f32 (pow.f32 x #s(literal 4 binary32))) |
(/.f32 #s(literal 1 binary32) (pow.f32 x #s(literal -2 binary32))) |
(pow.f32 (*.f32 x x) #s(literal 1 binary32)) |
(pow.f32 (neg.f32 x) #s(literal 2 binary32)) |
(pow.f32 x #s(literal 2 binary32)) |
(fabs.f32 (*.f32 (neg.f32 x) x)) |
(fabs.f32 (*.f32 x (neg.f32 x))) |
(fabs.f32 (*.f32 x x)) |
(+.f32 (cosh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) (sinh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) |
(*.f32 #s(literal 3 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)))) |
(/.f32 (fma.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x) (*.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)) #s(literal 3 binary32))) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32))) |
(/.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32))) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32))) |
(/.f32 (-.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 2 binary32))) (-.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))))) |
(/.f32 (-.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 2 binary32)) (pow.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32))) (-.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(/.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -3 binary32)) #s(literal 27 binary32) (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 3 binary32))) (+.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) (-.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 2 binary32)) (*.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))))))) |
(/.f32 (fma.f32 (pow.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32)) #s(literal 27 binary32) (/.f32 #s(literal 27 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (+.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 2 binary32)) (-.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) (*.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))))) |
(-.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) (*.f32 #s(literal -3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)))) |
(fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) |
(fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 #s(literal 3 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) |
(+.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) |
(+.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(*.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(*.f32 (fabs.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) (fabs.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal -1 binary32) (neg.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) |
(/.f32 #s(literal 1 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) |
(pow.f32 (exp.f32 (log1p.f32 x)) #s(literal -2 binary32)) |
(pow.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)) #s(literal -1 binary32)) |
(pow.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) |
(pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) |
(+.f32 (cosh.f32 (*.f32 (log1p.f32 x) #s(literal -2 binary32))) (sinh.f32 (*.f32 (log1p.f32 x) #s(literal -2 binary32)))) |
(exp.f32 (-.f32 #s(literal 0 binary32) (*.f32 (log1p.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (neg.f32 (*.f32 (log1p.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (*.f32 (*.f32 (log1p.f32 x) #s(literal 2 binary32)) #s(literal -1 binary32))) |
(exp.f32 (*.f32 (log.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal -1 binary32))) |
(exp.f32 (*.f32 (log1p.f32 x) #s(literal -2 binary32))) |
(*.f32 (+.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1 binary32)) x) |
(*.f32 x (+.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1 binary32))) |
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) x)) |
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 3 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) x))) |
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) |
(pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 1 binary32)) |
(+.f32 #s(literal 1 binary32) x) |
(+.f32 x (*.f32 x (/.f32 #s(literal 1 binary32) x))) |
(+.f32 x #s(literal 1 binary32)) |
(exp.f32 (*.f32 (log1p.f32 x) #s(literal 1 binary32))) |
#s(literal -2 binary32) |
#s(literal 3 binary32) |
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 3 binary32)) |
(*.f32 #s(literal 3 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal -3 binary32) (neg.f32 (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) |
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32)) |
(*.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal -1/2 binary32) (neg.f32 (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) |
#s(literal 1/2 binary32) |
(log.f32 (+.f32 #s(literal 1 binary32) x)) |
(-.f32 (log.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))) (log.f32 (-.f32 #s(literal 1 binary32) x))) |
(-.f32 (log1p.f32 (pow.f32 x #s(literal 3 binary32))) (log1p.f32 (-.f32 (*.f32 x x) x))) |
(log1p.f32 x) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (fabs x) x) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log1p.f32 x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (log1p.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 x x) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (fma.f32 (*.f32 #s(literal 1/720 binary32) (*.f32 x x)) (+.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -3 binary32)) #s(literal 30 binary32) (/.f32 #s(literal 45 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) (/.f32 #s(literal 45 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal -1/24 binary32))) (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 #s(literal 1 binary32) x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (*.f32 x x) #s(literal 1/2 binary32) x) #s(literal 1 binary32))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) x) #s(literal 1 binary32))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (+.f32 (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) x) #s(literal 1 binary32))) |
#s(approx (fabs x) x) |
#s(approx (sqrt (+ (* x x) 1)) #s(literal 1 binary32)) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (*.f32 x x) #s(literal 1/2 binary32) #s(literal 1 binary32))) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32))) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32))) |
#s(approx (neg x) (neg.f32 x)) |
#s(approx (+ (* x x) 1) #s(literal 1 binary32)) |
#s(approx (+ (* x x) 1) (fma.f32 x x #s(literal 1 binary32))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/6 binary32) x #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(literal 1/2 binary32)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (fma.f32 #s(literal -1/2 binary32) x #s(literal 1/2 binary32))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (fma.f32 (-.f32 (*.f32 #s(literal 1/4 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1/2 binary32))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/8 binary32) x #s(literal 1/4 binary32)) x) #s(literal 1/2 binary32)) x #s(literal 1/2 binary32))) |
#s(approx (* -1/24 (* x x)) (*.f32 (*.f32 x x) #s(literal -1/24 binary32))) |
#s(approx (* x x) (*.f32 x x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(literal 6 binary32)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (fma.f32 #s(literal -9 binary32) x #s(literal 6 binary32))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (fma.f32 (-.f32 (*.f32 #s(literal 12 binary32) x) #s(literal 9 binary32)) x #s(literal 6 binary32))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -15 binary32) x #s(literal 12 binary32)) x) #s(literal 9 binary32)) x #s(literal 6 binary32))) |
#s(approx (pow (+ 1 x) -2) #s(literal 1 binary32)) |
#s(approx (pow (+ 1 x) -2) (fma.f32 #s(literal -2 binary32) x #s(literal 1 binary32))) |
#s(approx (pow (+ 1 x) -2) (fma.f32 (-.f32 (*.f32 #s(literal 3 binary32) x) #s(literal 2 binary32)) x #s(literal 1 binary32))) |
#s(approx (pow (+ 1 x) -2) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -4 binary32) x #s(literal 3 binary32)) x) #s(literal 2 binary32)) x #s(literal 1 binary32))) |
#s(approx (+ 1 x) #s(literal 1 binary32)) |
#s(approx (+ 1 x) (+.f32 #s(literal 1 binary32) x)) |
#s(approx (/ 3 (+ 1 x)) #s(literal 3 binary32)) |
#s(approx (/ 3 (+ 1 x)) (fma.f32 #s(literal -3 binary32) x #s(literal 3 binary32))) |
#s(approx (/ 3 (+ 1 x)) (fma.f32 (-.f32 (*.f32 #s(literal 3 binary32) x) #s(literal 3 binary32)) x #s(literal 3 binary32))) |
#s(approx (/ 3 (+ 1 x)) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -3 binary32) x #s(literal 3 binary32)) x) #s(literal 3 binary32)) x #s(literal 3 binary32))) |
#s(approx (/ 1/2 (+ 1 x)) #s(literal 1/2 binary32)) |
#s(approx (/ 1/2 (+ 1 x)) (fma.f32 #s(literal -1/2 binary32) x #s(literal 1/2 binary32))) |
#s(approx (/ 1/2 (+ 1 x)) (fma.f32 (-.f32 (*.f32 #s(literal 1/2 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1/2 binary32))) |
#s(approx (/ 1/2 (+ 1 x)) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/2 binary32) x #s(literal 1/2 binary32)) x) #s(literal 1/2 binary32)) x #s(literal 1/2 binary32))) |
#s(approx (log (+ 1 x)) x) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 #s(literal -1/2 binary32) x #s(literal 1 binary32)) x)) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/4 binary32) x #s(literal 1/3 binary32)) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 (*.f32 x #s(literal 2 binary32)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32) (log.f32 x)) (log.f32 #s(literal 2 binary32)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32) (log.f32 x)) (log.f32 #s(literal 2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (+.f32 (log.f32 (*.f32 x #s(literal 2 binary32))) (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 5/96 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32)))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (/.f32 x x) (log.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) (*.f32 x x)) #s(literal 1/2 binary32) (/.f32 x x)) (log.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) (*.f32 x x)) #s(literal 1/2 binary32) (/.f32 x x))) (log.f32 x))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) x) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (+.f32 (/.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) (/.f32 x x)) #s(literal 1 binary32)) x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) (/.f32 x x)) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x)) |
#s(approx (sqrt (+ (* x x) 1)) x) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))) x)) |
#s(approx (+ (* x x) 1) (*.f32 x x)) |
#s(approx (+ (* x x) 1) (fma.f32 (*.f32 x x) #s(literal 1 binary32) #s(literal 1 binary32))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/8 binary32))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (-.f32 (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32))) #s(literal 1/8 binary32)) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (-.f32 (fma.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)) (/.f32 (log.f32 x) (pow.f32 x #s(literal 3 binary32)))) (+.f32 (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/8 binary32))) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (-.f32 (+.f32 (fma.f32 #s(literal 15/8 binary32) (pow.f32 x #s(literal -4 binary32)) (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)))) (/.f32 (log.f32 x) (pow.f32 x #s(literal 3 binary32)))) (+.f32 (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/8 binary32))) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 #s(literal -1/8 binary32) x)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (-.f32 (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32))) #s(literal 1/8 binary32)) x)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (-.f32 (-.f32 (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32))) #s(literal 1/8 binary32)) (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32)))) x)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (-.f32 (-.f32 (fma.f32 #s(literal 7/8 binary32) (pow.f32 x #s(literal -4 binary32)) (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)))) #s(literal 1/8 binary32)) (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32)))) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (/.f32 #s(literal 3 binary32) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (/.f32 (-.f32 #s(literal 3 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32))) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (/.f32 (-.f32 (+.f32 (/.f32 #s(literal 6 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32))) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (/.f32 (-.f32 (+.f32 (/.f32 #s(literal 6 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32)) (fma.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 9 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32)))) x)) |
#s(approx (pow (+ 1 x) -2) (pow.f32 x #s(literal -2 binary32))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (-.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) x)) (*.f32 x x))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) #s(literal 1 binary32)) (/.f32 #s(literal 2 binary32) x)) (*.f32 x x))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) #s(literal 1 binary32)) (fma.f32 (pow.f32 x #s(literal -3 binary32)) #s(literal 4 binary32) (/.f32 #s(literal 2 binary32) x))) (*.f32 x x))) |
#s(approx (+ 1 x) x) |
#s(approx (+ 1 x) (+.f32 #s(literal 1 binary32) x)) |
#s(approx (/ 3 (+ 1 x)) (/.f32 #s(literal 3 binary32) x)) |
#s(approx (/ 3 (+ 1 x)) (/.f32 (-.f32 #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) x)) x)) |
#s(approx (/ 3 (+ 1 x)) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) #s(literal 3 binary32)) (/.f32 #s(literal 3 binary32) x)) x)) |
#s(approx (/ 3 (+ 1 x)) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) #s(literal 3 binary32)) (fma.f32 (pow.f32 x #s(literal -3 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) x))) x)) |
#s(approx (/ 1/2 (+ 1 x)) (/.f32 #s(literal 1/2 binary32) x)) |
#s(approx (/ 1/2 (+ 1 x)) (/.f32 (-.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1/2 binary32) x)) x)) |
#s(approx (/ 1/2 (+ 1 x)) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/2 binary32) x)) x)) |
#s(approx (/ 1/2 (+ 1 x)) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1/2 binary32)) (fma.f32 (pow.f32 x #s(literal -3 binary32)) #s(literal 1/2 binary32) (/.f32 #s(literal 1/2 binary32) x))) x)) |
#s(approx (log (+ 1 x)) (log.f32 x)) |
#s(approx (log (+ 1 x)) (+.f32 (log.f32 x) (/.f32 #s(literal 1 binary32) x))) |
#s(approx (log (+ 1 x)) (-.f32 (+.f32 (log.f32 x) (/.f32 #s(literal 1 binary32) x)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32)))) |
#s(approx (log (+ 1 x)) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -3 binary32)) #s(literal 1/3 binary32) (/.f32 #s(literal 1 binary32) x)) (log.f32 x)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32)))) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 5/96 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 (neg.f32 x) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) #s(literal -1/2 binary32) x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) x) #s(literal -1/6 binary32) (*.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) x) x) #s(literal -1 binary32) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (neg.f32 x)) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 x x) #s(literal -1 binary32) #s(literal 1 binary32)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (-.f32 x (/.f32 #s(literal 1/2 binary32) x)) x) #s(literal -1 binary32) #s(literal 1 binary32)))) |
#s(approx (+ (fabs x) (sqrt (+ (* x x) 1))) (*.f32 (neg.f32 x) (fma.f32 (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 1/2 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32))) x) #s(literal -1 binary32) x) x) #s(literal -1 binary32) #s(literal 1 binary32)))) |
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)))) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))))) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (*.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 1/8 binary32))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 (fma.f32 (/.f32 (-.f32 (log.f32 (*.f32 #s(literal -1 binary32) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal -1 binary32) x)))) #s(literal 3/4 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal -1 binary32) #s(literal 1/8 binary32)) (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 (fma.f32 (/.f32 (-.f32 (+.f32 (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 #s(literal 15/8 binary32) x)) (log.f32 #s(literal -1 binary32))) #s(literal 3/4 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal -1 binary32) #s(literal 1/8 binary32)) (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (neg.f32 x) (-.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (neg.f32 x) (-.f32 (+.f32 (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/8 binary32)) (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (neg.f32 x) (-.f32 (fma.f32 (/.f32 (-.f32 (/.f32 #s(literal 7/8 binary32) x) #s(literal 3/4 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal -1 binary32) #s(literal 1/8 binary32)) (*.f32 #s(literal 5/8 binary32) (pow.f32 x #s(literal -2 binary32)))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (neg.f32 (/.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32)) #s(literal 3 binary32)) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (neg.f32 (/.f32 (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32)) #s(literal 3 binary32)) (/.f32 #s(literal 6 binary32) (pow.f32 x #s(literal 3 binary32)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (neg.f32 (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) (neg.f32 (/.f32 (-.f32 #s(literal 6 binary32) (/.f32 #s(literal 9 binary32) x)) (pow.f32 x #s(literal 3 binary32))))) #s(literal 3 binary32)) x))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 2 binary32) (/.f32 #s(literal 3 binary32) x)) x) #s(literal -1 binary32) #s(literal 1 binary32)) (*.f32 x x))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 3 binary32) (/.f32 #s(literal 4 binary32) x)) x) #s(literal -1 binary32) #s(literal 2 binary32)) x) #s(literal -1 binary32) #s(literal 1 binary32)) (*.f32 x x))) |
#s(approx (/ 3 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 3 binary32) x) #s(literal 3 binary32)) x))) |
#s(approx (/ 3 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 3 binary32) x) #s(literal 3 binary32)) x)) #s(literal 3 binary32)) x))) |
#s(approx (/ 3 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 3 binary32) x) #s(literal 3 binary32)) x)) #s(literal 3 binary32)) x)) #s(literal 3 binary32)) x))) |
#s(approx (/ 1/2 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1/2 binary32)) x))) |
#s(approx (/ 1/2 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1/2 binary32)) x)) #s(literal 1/2 binary32)) x))) |
#s(approx (/ 1/2 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1/2 binary32)) x)) #s(literal 1/2 binary32)) x)) #s(literal 1/2 binary32)) x))) |
#s(approx (log (+ 1 x)) (log.f32 (*.f32 #s(literal -1 binary32) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal -1 binary32) x))))) |
#s(approx (log (+ 1 x)) (+.f32 (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 #s(literal 1 binary32) x)) (log.f32 #s(literal -1 binary32)))) |
#s(approx (log (+ 1 x)) (fma.f32 #s(literal -1 binary32) (+.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1 binary32)) x)) (log.f32 #s(literal -1 binary32)))) |
#s(approx (log (+ 1 x)) (fma.f32 #s(literal -1 binary32) (+.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x)) #s(literal 1 binary32)) x)) (log.f32 #s(literal -1 binary32)))) |
Compiled 13 130 to 1 974 computations (85% saved)
8 alts after pruning (5 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 325 | 5 | 330 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 327 | 8 | 335 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 31.3% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x) |
| ✓ | 28.2% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x) |
| ▶ | 26.1% | (copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x) |
| ✓ | 99.5% | (copysign.f32 (asinh.f32 x) x) |
| ▶ | 54.1% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) x) |
| ▶ | 56.1% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
| ▶ | 56.3% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
| ▶ | 56.6% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
Compiled 360 to 224 computations (37.8% saved)
| Inputs |
|---|
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x) |
x |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x) |
(fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) |
#s(literal -1/6 binary32) |
(*.f32 x x) |
#s(literal 1 binary32) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x) |
(fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) |
(-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) |
(*.f32 #s(literal 3/40 binary32) (*.f32 x x)) |
#s(literal 3/40 binary32) |
#s(literal 1/6 binary32) |
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x) |
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) |
(+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x) |
#s(approx (sqrt (+ (* x x) 1)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) |
(fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x))) |
(fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(*.f32 #s(literal -1/24 binary32) (*.f32 x x)) |
#s(literal -1/24 binary32) |
(fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) |
(+.f32 #s(literal 1 binary32) x) |
#s(literal -2 binary32) |
#s(literal 3 binary32) |
(/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) |
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) |
#s(literal 1/2 binary32) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x) |
(fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) |
(-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) |
(*.f32 #s(literal 1/3 binary32) x) |
#s(literal 1/3 binary32) |
| Outputs |
|---|
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -1/6 x))) 1/6)))))) |
#s(approx x #s(hole binary32 x)) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 x)) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 1)) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2))))) |
#s(approx (* x x) #s(hole binary32 (pow x 2))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 x)) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 1)) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2))))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 -1/6)) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6))) |
#s(approx (* 3/40 (* x x)) #s(hole binary32 (* 3/40 (pow x 2)))) |
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) #s(hole binary32 (copysign (log (+ x (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 1)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 x))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 (* x (+ 1 (* 1/2 x)))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 1/2)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* -1/2 x)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* x (- (* 1/4 x) 1/2))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* x (- (* x (+ 1/4 (* -1/8 x))) 1/2))))) |
#s(approx (* -1/24 (* x x)) #s(hole binary32 (* -1/24 (pow x 2)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 6)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* -9 x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* x (- (* 12 x) 9))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* x (- (* x (+ 12 (* -15 x))) 9))))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 1)) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* -2 x)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* x (- (* 3 x) 2))))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* x (- (* x (+ 3 (* -4 x))) 2))))) |
#s(approx (+ 1 x) #s(hole binary32 1)) |
#s(approx (+ 1 x) #s(hole binary32 (+ 1 x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 3)) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* -3 x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* x (- (* 3 x) 3))))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* x (- (* x (+ 3 (* -3 x))) 3))))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 1/2)) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* -1/2 x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* x (- (* 1/2 x) 1/2))))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* x (- (* x (+ 1/2 (* -1/2 x))) 1/2))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 x)) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* -1/2 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* x (- (* 1/3 x) 1/2)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 x)) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* x (+ 1 (* -1/2 x))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* x (+ 1 (* x (- (* 1/3 x) 1/2)))))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 1)) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (+ 1 (* -1/2 x)))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (+ 1 (* x (- (* 1/3 x) 1/2))))) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 -1/2)) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 (- (* 1/3 x) 1/2))) |
#s(approx (* 1/3 x) #s(hole binary32 (* 1/3 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1/8 (pow x 3)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (* 5/8 (/ 1 (pow x 2))) 1/8)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (+ (* -1 (/ (log (/ 1 x)) (pow x 3))) (* 5/8 (/ 1 (pow x 2)))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (+ (* -1 (/ (log (/ 1 x)) (pow x 3))) (+ (* 5/8 (/ 1 (pow x 2))) (* 15/8 (/ 1 (pow x 4))))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* -1/6 (pow x 3)))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* (pow x 3) (- (/ 1 (pow x 2)) 1/6)))) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (* -1/6 (pow x 2)))) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (* (pow x 2) (- (/ 1 (pow x 2)) 1/6)))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* 3/40 (pow x 5)))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* 3/40 (pow x 4)))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (* 3/40 (pow x 2)))) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (* (pow x 2) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* 2 x))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (+ 2 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1/8 x))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (* 5/8 (/ 1 (pow x 2))) 1/8)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (* 5/8 (/ 1 (pow x 2))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (+ (* 5/8 (/ 1 (pow x 2))) (* 7/8 (/ 1 (pow x 4)))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ 3 x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- 3 (* 3 (/ 1 (pow x 2)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- (+ 3 (/ 6 (pow x 3))) (* 3 (/ 1 (pow x 2)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- (+ 3 (/ 6 (pow x 3))) (+ (* 3 (/ 1 (pow x 2))) (* 9 (/ 1 (pow x 4))))) x))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ 1 (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- 1 (* 2 (/ 1 x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- (+ 1 (/ 3 (pow x 2))) (* 2 (/ 1 x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- (+ 1 (/ 3 (pow x 2))) (+ (* 2 (/ 1 x)) (* 4 (/ 1 (pow x 3))))) (pow x 2)))) |
#s(approx (+ 1 x) #s(hole binary32 x)) |
#s(approx (+ 1 x) #s(hole binary32 (* x (+ 1 (/ 1 x))))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ 3 x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- 3 (* 3 (/ 1 x))) x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- (+ 3 (/ 3 (pow x 2))) (* 3 (/ 1 x))) x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- (+ 3 (/ 3 (pow x 2))) (+ (* 3 (/ 1 x)) (* 3 (/ 1 (pow x 3))))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ 1/2 x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- 1/2 (* 1/2 (/ 1 x))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- (+ 1/2 (/ 1/2 (pow x 2))) (* 1/2 (/ 1 x))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- (+ 1/2 (/ 1/2 (pow x 2))) (+ (* 1/2 (/ 1 x)) (* 1/2 (/ 1 (pow x 3))))) x))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ 1 x)))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* 1/3 (pow x 3)))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* (pow x 3) (- 1/3 (* 1/2 (/ 1 x)))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* (pow x 3) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x)))))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (* 1/3 (pow x 2)))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (* (pow x 2) (- 1/3 (* 1/2 (/ 1 x)))))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (* (pow x 2) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x)))))) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 (* 1/3 x))) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 (* x (- 1/3 (* 1/2 (/ 1 x)))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- 1/8 (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- (+ 1/8 (* -1 (/ (- (+ (log -1) (* -1 (log (/ -1 x)))) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- (+ 1/8 (* -1 (/ (- (+ (log -1) (+ (* -1 (log (/ -1 x))) (* 15/8 (/ 1 x)))) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4)))))))) |
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) #s(hole binary32 (copysign (log (- (sqrt (+ 1 (pow x 2))) (* -1 x))) x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 1/2) (log (/ -1 x))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (/ -1/2 x))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x)))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- 1/8 (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- (+ 1/8 (/ 3/4 (pow x 3))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- (+ 1/8 (* -1 (/ (- (* 7/8 (/ 1 x)) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 (pow x 2))) 3) x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 (pow x 2))) (+ 3 (/ 6 (pow x 3)))) x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (+ (* -1 (/ (- 6 (* 9 (/ 1 x))) (pow x 3))) (* 3 (/ 1 (pow x 2)))) 3) x)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (+ 1 (* -1 (/ (- 2 (* 3 (/ 1 x))) x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (+ 1 (* -1 (/ (+ 2 (* -1 (/ (- 3 (* 4 (/ 1 x))) x))) x))) (pow x 2)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 x)) 3) x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* 3 (/ 1 x)) 3) x)) 3) x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 3 (/ 1 x)) 3) x)) 3) x)) 3) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)) 1/2) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)) 1/2) x)) 1/2) x)))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (* -1 (log (/ -1 x)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* -1 (* (pow x 3) (- (* 1/2 (/ 1 x)) 1/3))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* -1 (* (pow x 3) (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3))))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (* (pow x 2) (+ 1/3 (* -1 (/ (- 1/2 (/ 1 x)) x)))))) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 (* -1 (* x (- (* 1/2 (/ 1 x)) 1/3))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | 0 | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* -1/6 (* x x)) 1) x) (+ (* -1/6 (* x x)) 1) -1/6 (* x x) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (- (* 3/40 (* x x)) 1/6) (* 3/40 (* x x)) 3/40 1/6 (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (log (+ (sqrt (+ (* x x) 1)) x)) (+ (sqrt (+ (* x x) 1)) x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* -1/24 (* x x)) -1/24 (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (pow (+ 1 x) -2) (+ 1 x) -2 3 (/ 3 (+ 1 x)) (/ 1/2 (+ 1 x)) 1/2 (log (+ 1 x)) (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (+ (* (- (* 1/3 x) 1/2) x) 1) (- (* 1/3 x) 1/2) (* 1/3 x) 1/3) |
| 4.0ms | x | @ | -inf | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* -1/6 (* x x)) 1) x) (+ (* -1/6 (* x x)) 1) -1/6 (* x x) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (- (* 3/40 (* x x)) 1/6) (* 3/40 (* x x)) 3/40 1/6 (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (log (+ (sqrt (+ (* x x) 1)) x)) (+ (sqrt (+ (* x x) 1)) x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* -1/24 (* x x)) -1/24 (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (pow (+ 1 x) -2) (+ 1 x) -2 3 (/ 3 (+ 1 x)) (/ 1/2 (+ 1 x)) 1/2 (log (+ 1 x)) (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (+ (* (- (* 1/3 x) 1/2) x) 1) (- (* 1/3 x) 1/2) (* 1/3 x) 1/3) |
| 4.0ms | x | @ | inf | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* -1/6 (* x x)) 1) x) (+ (* -1/6 (* x x)) 1) -1/6 (* x x) 1 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (- (* 3/40 (* x x)) 1/6) (* 3/40 (* x x)) 3/40 1/6 (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) (log (+ (sqrt (+ (* x x) 1)) x)) (+ (sqrt (+ (* x x) 1)) x) (sqrt (+ (* x x) 1)) (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* -1/24 (* x x)) -1/24 (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (pow (+ 1 x) -2) (+ 1 x) -2 3 (/ 3 (+ 1 x)) (/ 1/2 (+ 1 x)) 1/2 (log (+ 1 x)) (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (+ (* (- (* 1/3 x) 1/2) x) 1) (- (* 1/3 x) 1/2) (* 1/3 x) 1/3) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 768 | 4952 |
| 0 | 819 | 4435 |
| 1 | 4375 | 4196 |
| 0 | 8494 | 4033 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x) |
x |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x) |
(fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) |
#s(literal -1/6 binary32) |
(*.f32 x x) |
#s(literal 1 binary32) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x) |
(fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) |
(-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) |
(*.f32 #s(literal 3/40 binary32) (*.f32 x x)) |
#s(literal 3/40 binary32) |
#s(literal 1/6 binary32) |
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x) |
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) |
(+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x) |
#s(approx (sqrt (+ (* x x) 1)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) |
(fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x))) |
(fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(*.f32 #s(literal -1/24 binary32) (*.f32 x x)) |
#s(literal -1/24 binary32) |
(fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) |
(+.f32 #s(literal 1 binary32) x) |
#s(literal -2 binary32) |
#s(literal 3 binary32) |
(/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) |
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) |
#s(literal 1/2 binary32) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x) |
(fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) |
(-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) |
(*.f32 #s(literal 1/3 binary32) x) |
#s(literal 1/3 binary32) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -1/6 x))) 1/6)))))) |
#s(approx x #s(hole binary32 x)) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 x)) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 1)) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2))))) |
#s(approx (* x x) #s(hole binary32 (pow x 2))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 x)) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 1)) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* -1/6 (pow x 2))))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 -1/6)) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6))) |
#s(approx (* 3/40 (* x x)) #s(hole binary32 (* 3/40 (pow x 2)))) |
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) #s(hole binary32 (copysign (log (+ x (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 1)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 x))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 (* x (+ 1 (* 1/2 x)))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 1)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* 1/2 (pow x 2))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 1/2)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* -1/2 x)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* x (- (* 1/4 x) 1/2))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (+ 1/2 (* x (- (* x (+ 1/4 (* -1/8 x))) 1/2))))) |
#s(approx (* -1/24 (* x x)) #s(hole binary32 (* -1/24 (pow x 2)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 6)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* -9 x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* x (- (* 12 x) 9))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (+ 6 (* x (- (* x (+ 12 (* -15 x))) 9))))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 1)) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* -2 x)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* x (- (* 3 x) 2))))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (+ 1 (* x (- (* x (+ 3 (* -4 x))) 2))))) |
#s(approx (+ 1 x) #s(hole binary32 1)) |
#s(approx (+ 1 x) #s(hole binary32 (+ 1 x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 3)) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* -3 x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* x (- (* 3 x) 3))))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (+ 3 (* x (- (* x (+ 3 (* -3 x))) 3))))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 1/2)) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* -1/2 x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* x (- (* 1/2 x) 1/2))))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (+ 1/2 (* x (- (* x (+ 1/2 (* -1/2 x))) 1/2))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 x)) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* -1/2 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* x (- (* 1/3 x) 1/2)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 x)) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* x (+ 1 (* -1/2 x))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* x (+ 1 (* x (- (* 1/3 x) 1/2)))))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 1)) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (+ 1 (* -1/2 x)))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (+ 1 (* x (- (* 1/3 x) 1/2))))) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 -1/2)) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 (- (* 1/3 x) 1/2))) |
#s(approx (* 1/3 x) #s(hole binary32 (* 1/3 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1/8 (pow x 3)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (* 5/8 (/ 1 (pow x 2))) 1/8)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (+ (* -1 (/ (log (/ 1 x)) (pow x 3))) (* 5/8 (/ 1 (pow x 2)))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* (pow x 3) (- (+ (* -1 (/ (log (/ 1 x)) (pow x 3))) (+ (* 5/8 (/ 1 (pow x 2))) (* 15/8 (/ 1 (pow x 4))))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* -1/6 (pow x 3)))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* (pow x 3) (- (/ 1 (pow x 2)) 1/6)))) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (* -1/6 (pow x 2)))) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(hole binary32 (* (pow x 2) (- (/ 1 (pow x 2)) 1/6)))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* 3/40 (pow x 5)))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* 3/40 (pow x 4)))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(hole binary32 (* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (* 3/40 (pow x 2)))) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(hole binary32 (* (pow x 2) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 2) (* -1 (log (/ 1 x)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* 2 x))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (+ 2 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 x)) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1/8 x))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (* 5/8 (/ 1 (pow x 2))) 1/8)))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (* 5/8 (/ 1 (pow x 2))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* x (- (+ (* 5/8 (/ 1 (pow x 2))) (* 7/8 (/ 1 (pow x 4)))) (+ 1/8 (/ 3/4 (pow x 3))))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ 3 x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- 3 (* 3 (/ 1 (pow x 2)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- (+ 3 (/ 6 (pow x 3))) (* 3 (/ 1 (pow x 2)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (/ (- (+ 3 (/ 6 (pow x 3))) (+ (* 3 (/ 1 (pow x 2))) (* 9 (/ 1 (pow x 4))))) x))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ 1 (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- 1 (* 2 (/ 1 x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- (+ 1 (/ 3 (pow x 2))) (* 2 (/ 1 x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (- (+ 1 (/ 3 (pow x 2))) (+ (* 2 (/ 1 x)) (* 4 (/ 1 (pow x 3))))) (pow x 2)))) |
#s(approx (+ 1 x) #s(hole binary32 x)) |
#s(approx (+ 1 x) #s(hole binary32 (* x (+ 1 (/ 1 x))))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ 3 x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- 3 (* 3 (/ 1 x))) x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- (+ 3 (/ 3 (pow x 2))) (* 3 (/ 1 x))) x))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (/ (- (+ 3 (/ 3 (pow x 2))) (+ (* 3 (/ 1 x)) (* 3 (/ 1 (pow x 3))))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ 1/2 x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- 1/2 (* 1/2 (/ 1 x))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- (+ 1/2 (/ 1/2 (pow x 2))) (* 1/2 (/ 1 x))) x))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (/ (- (+ 1/2 (/ 1/2 (pow x 2))) (+ (* 1/2 (/ 1 x)) (* 1/2 (/ 1 (pow x 3))))) x))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ 1 x)))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* 1/3 (pow x 3)))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* (pow x 3) (- 1/3 (* 1/2 (/ 1 x)))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* (pow x 3) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x)))))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (* 1/3 (pow x 2)))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (* (pow x 2) (- 1/3 (* 1/2 (/ 1 x)))))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (* (pow x 2) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x)))))) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 (* 1/3 x))) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 (* x (- 1/3 (* 1/2 (/ 1 x)))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- 1/8 (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- (+ 1/8 (* -1 (/ (- (+ (log -1) (* -1 (log (/ -1 x)))) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) #s(hole binary32 (* -1 (* (pow x 3) (- (+ 1/8 (* -1 (/ (- (+ (log -1) (+ (* -1 (log (/ -1 x))) (* 15/8 (/ 1 x)))) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4)))))))) |
#s(approx (copysign (log (+ (sqrt (+ (* x x) 1)) x)) x) #s(hole binary32 (copysign (log (- (sqrt (+ 1 (pow x 2))) (* -1 x))) x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (+ (log 1/2) (log (/ -1 x))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(hole binary32 (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (/ -1/2 x))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(hole binary32 (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x)))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 x))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))))) |
#s(approx (sqrt (+ (* x x) 1)) #s(hole binary32 (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- 1/8 (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- (+ 1/8 (/ 3/4 (pow x 3))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(hole binary32 (* -1 (* x (- (+ 1/8 (* -1 (/ (- (* 7/8 (/ 1 x)) 3/4) (pow x 3)))) (* 5/8 (/ 1 (pow x 2)))))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 (pow x 2))) 3) x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 (pow x 2))) (+ 3 (/ 6 (pow x 3)))) x)))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(hole binary32 (* -1 (/ (- (+ (* -1 (/ (- 6 (* 9 (/ 1 x))) (pow x 3))) (* 3 (/ 1 (pow x 2)))) 3) x)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (+ 1 (* -1 (/ (- 2 (* 3 (/ 1 x))) x))) (pow x 2)))) |
#s(approx (pow (+ 1 x) -2) #s(hole binary32 (/ (+ 1 (* -1 (/ (+ 2 (* -1 (/ (- 3 (* 4 (/ 1 x))) x))) x))) (pow x 2)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* 3 (/ 1 x)) 3) x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* 3 (/ 1 x)) 3) x)) 3) x)))) |
#s(approx (/ 3 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 3 (/ 1 x)) 3) x)) 3) x)) 3) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)) 1/2) x)))) |
#s(approx (/ 1/2 (+ 1 x)) #s(hole binary32 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/2) x)) 1/2) x)) 1/2) x)))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (* -1 (log (/ -1 x)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))))) |
#s(approx (log (+ 1 x)) #s(hole binary32 (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* -1 (* (pow x 3) (- (* 1/2 (/ 1 x)) 1/3))))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) #s(hole binary32 (* -1 (* (pow x 3) (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3))))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(hole binary32 (* (pow x 2) (+ 1/3 (* -1 (/ (- 1/2 (/ 1 x)) x)))))) |
#s(approx (- (* 1/3 x) 1/2) #s(hole binary32 (* -1 (* x (- (* 1/2 (/ 1 x)) 1/3))))) |
| Outputs |
|---|
(copysign.f32 #s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x) |
x |
(copysign.f32 #s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32)) x)) x) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32)) x) |
(*.f32 x (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32))) |
(+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)) |
(+.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))) |
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))) |
(/.f32 (fma.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32))))) |
(/.f32 (+.f32 #s(literal 1 binary32) (*.f32 #s(literal -1/216 binary32) (pow.f32 x #s(literal 6 binary32)))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))))) |
(-.f32 #s(literal 1 binary32) (*.f32 #s(literal 1/6 binary32) (*.f32 x x))) |
(fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32)) |
(fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) |
(fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) |
(+.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) #s(literal 1 binary32)) |
(+.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) |
#s(literal -1/6 binary32) |
(*.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x))) |
(*.f32 (neg.f32 x) (neg.f32 x)) |
(*.f32 x x) |
(sqrt.f32 (pow.f32 x #s(literal 4 binary32))) |
(/.f32 #s(literal 1 binary32) (pow.f32 x #s(literal -2 binary32))) |
(pow.f32 (neg.f32 x) #s(literal 2 binary32)) |
(pow.f32 (*.f32 x x) #s(literal 1 binary32)) |
(pow.f32 x #s(literal 2 binary32)) |
(fabs.f32 (*.f32 (neg.f32 x) x)) |
(fabs.f32 (*.f32 x (neg.f32 x))) |
(fabs.f32 (*.f32 x x)) |
(+.f32 (cosh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) (sinh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) |
#s(literal 1 binary32) |
(copysign.f32 #s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x) |
(*.f32 x (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32))) |
(+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x)) |
(+.f32 x (*.f32 x (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) #s(literal 2 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) #s(literal 1 binary32))) |
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) #s(literal 2 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x))) |
(/.f32 (fma.f32 (pow.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) #s(literal 1 binary32))))) |
(/.f32 (+.f32 #s(literal 1 binary32) (*.f32 (pow.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x))))) |
(-.f32 #s(literal 1 binary32) (*.f32 (neg.f32 (*.f32 x x)) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)))) |
(fma.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x #s(literal 1 binary32)) |
(fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) |
(fma.f32 (*.f32 x x) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) #s(literal 1 binary32)) |
(+.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) #s(literal 1 binary32)) |
(+.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x)) |
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) #s(literal 1/36 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32))) |
(/.f32 (-.f32 (*.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32))) #s(literal 1/216 binary32)) (+.f32 (pow.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 2 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))))) |
(-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) |
(*.f32 (*.f32 #s(literal 3/40 binary32) x) x) |
(*.f32 (*.f32 x x) #s(literal 3/40 binary32)) |
(*.f32 #s(literal 3/40 binary32) (*.f32 x x)) |
#s(literal 3/40 binary32) |
#s(literal 1/6 binary32) |
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x) |
(log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) |
(-.f32 (log.f32 (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x x))) (log.f32 (-.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))) |
(-.f32 (log.f32 (+.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32)))) (log.f32 (fma.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(approx (sqrt (+ (* x x) 1)) x) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) x) x))))) |
(/.f32 (-.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 2 binary32)) (*.f32 x x)) (-.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) |
(/.f32 (+.f32 (pow.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (fma.f32 #s(approx (sqrt (+ (* x x) 1)) x) #s(approx (sqrt (+ (* x x) 1)) x) (-.f32 (*.f32 x x) (*.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)))) |
(+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x) |
(+.f32 x #s(approx (sqrt (+ (* x x) 1)) x)) |
#s(approx (sqrt (+ (* x x) 1)) x) |
(copysign.f32 #s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) x) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal 2 binary32)) (pow.f32 #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) #s(literal 2 binary32))) (-.f32 (*.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) |
(/.f32 (fma.f32 (pow.f32 (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal 3 binary32)) (pow.f32 x #s(literal 6 binary32)) (pow.f32 #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) #s(literal 3 binary32))) (+.f32 (pow.f32 (*.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal 2 binary32)) (-.f32 (pow.f32 #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) #s(literal 2 binary32)) (*.f32 (*.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))))) |
(fma.f32 (*.f32 (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) x) x #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x))) |
(fma.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x))) |
(fma.f32 (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x))) |
(+.f32 #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) (*.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))))) |
(+.f32 (*.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32)) #s(literal 2 binary32)) (pow.f32 (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32))) (-.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(/.f32 (fma.f32 (pow.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal 3 binary32)) #s(literal -1/13824 binary32) (/.f32 #s(literal 1/8 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (+.f32 (pow.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32)) #s(literal 2 binary32)) (-.f32 (pow.f32 (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) (*.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)))))) |
(-.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32)) (*.f32 #s(literal -1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(fma.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32))) |
(fma.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32))) |
(fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 #s(literal -1/24 binary32) (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(+.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) |
(+.f32 (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) (*.f32 (*.f32 (*.f32 x x) (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) #s(literal -1/24 binary32))) |
(*.f32 (*.f32 #s(literal -1/24 binary32) x) x) |
(*.f32 (*.f32 x x) #s(literal -1/24 binary32)) |
(*.f32 #s(literal -1/24 binary32) (*.f32 x x)) |
#s(literal -1/24 binary32) |
(*.f32 #s(literal 3 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)))) |
(/.f32 (-.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 2 binary32))) (-.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))))) |
(/.f32 (-.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 2 binary32)) (pow.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32))) (-.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(/.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -3 binary32)) #s(literal 27 binary32) (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 3 binary32))) (+.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) (-.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 2 binary32)) (*.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))))))) |
(/.f32 (fma.f32 (pow.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32)) #s(literal 27 binary32) (/.f32 #s(literal 27 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 3 binary32)))) (+.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal 2 binary32)) (-.f32 (pow.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) (*.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)))))) |
(-.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) (*.f32 #s(literal -3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)))) |
(fma.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) |
(fma.f32 #s(literal 3 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) |
(fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(+.f32 (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) |
(+.f32 (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) |
(*.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(*.f32 (fabs.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) (fabs.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)))) |
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal -1 binary32) (neg.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) |
(/.f32 #s(literal 1 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) |
(pow.f32 (exp.f32 (log1p.f32 x)) #s(literal -2 binary32)) |
(pow.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)) #s(literal -1 binary32)) |
(pow.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 2 binary32)) |
(pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) |
(+.f32 (cosh.f32 (*.f32 (log1p.f32 x) #s(literal -2 binary32))) (sinh.f32 (*.f32 (log1p.f32 x) #s(literal -2 binary32)))) |
(exp.f32 (-.f32 #s(literal 0 binary32) (*.f32 (log1p.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (neg.f32 (*.f32 (log1p.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (*.f32 (*.f32 (log1p.f32 x) #s(literal 2 binary32)) #s(literal -1 binary32))) |
(exp.f32 (*.f32 (log.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32))) #s(literal -1 binary32))) |
(exp.f32 (*.f32 (log1p.f32 x) #s(literal -2 binary32))) |
(*.f32 (+.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1 binary32)) x) |
(*.f32 x (+.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1 binary32))) |
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) x)) |
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 x #s(literal 3 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) x))) |
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) |
(pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 1 binary32)) |
(+.f32 #s(literal 1 binary32) x) |
(+.f32 x (*.f32 x (/.f32 #s(literal 1 binary32) x))) |
(+.f32 x #s(literal 1 binary32)) |
(exp.f32 (*.f32 (log1p.f32 x) #s(literal 1 binary32))) |
#s(literal -2 binary32) |
#s(literal 3 binary32) |
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 3 binary32)) |
(*.f32 #s(literal 3 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal -3 binary32) (neg.f32 (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x)) |
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32)) |
(*.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal -1/2 binary32) (neg.f32 (+.f32 #s(literal 1 binary32) x))) |
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x)) |
#s(literal 1/2 binary32) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) |
(*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x) |
(*.f32 x (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32))) |
(+.f32 x (*.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) x)) |
(+.f32 x (*.f32 x (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x))) |
(/.f32 (-.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 2 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 2 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 1 binary32))) |
(/.f32 (+.f32 #s(literal 1 binary32) (pow.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 3 binary32))) (+.f32 #s(literal 1 binary32) (-.f32 (pow.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 2 binary32)) (*.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x))))) |
(/.f32 (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 3 binary32)) #s(literal 1 binary32)) (+.f32 (pow.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 1 binary32))))) |
(-.f32 #s(literal 1 binary32) (*.f32 (neg.f32 x) (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)))) |
(fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) |
(fma.f32 x (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) #s(literal 1 binary32)) |
(+.f32 (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x) #s(literal 1 binary32)) |
(+.f32 #s(literal 1 binary32) (*.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x)) |
(/.f32 (-.f32 (pow.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 2 binary32)) #s(literal 1/4 binary32)) (fma.f32 #s(literal 1/3 binary32) x #s(literal 1/2 binary32))) |
(/.f32 (-.f32 (*.f32 #s(literal 1/27 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/8 binary32)) (+.f32 (pow.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 2 binary32)) (+.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32))))) |
(-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) |
(*.f32 #s(literal 1/3 binary32) x) |
(*.f32 x #s(literal 1/3 binary32)) |
#s(literal 1/3 binary32) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (log1p.f32 x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) x)) #s(literal 1/2 binary32) (log1p.f32 x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (*.f32 x x) (fma.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (log1p.f32 x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (fma.f32 (fma.f32 (*.f32 #s(literal 1/720 binary32) (*.f32 x x)) (+.f32 (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -3 binary32)) #s(literal 30 binary32) (/.f32 #s(literal 45 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal 2 binary32)))) (/.f32 #s(literal 45 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 (fma.f32 #s(literal 3 binary32) (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) #s(literal -1/24 binary32))) (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32)) x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/6 binary32) x #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx x x) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) x) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) (*.f32 (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32)) x)) |
#s(approx (+ (* -1/6 (* x x)) 1) #s(literal 1 binary32)) |
#s(approx (+ (* -1/6 (* x x)) 1) (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32))) |
#s(approx (* x x) (*.f32 x x)) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) x) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32)) x)) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) #s(literal 1 binary32)) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32))) |
#s(approx (- (* 3/40 (* x x)) 1/6) #s(literal -1/6 binary32)) |
#s(approx (- (* 3/40 (* x x)) 1/6) (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32))) |
#s(approx (* 3/40 (* x x)) (*.f32 (*.f32 x x) #s(literal 3/40 binary32))) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) x) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (*.f32 #s(literal -1/6 binary32) x) x #s(literal 1 binary32)) x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -5/112 binary32) (*.f32 x x) #s(literal 3/40 binary32)) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) #s(literal 1 binary32)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (+.f32 #s(literal 1 binary32) x)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (fma.f32 (fma.f32 #s(literal 1/2 binary32) x #s(literal 1 binary32)) x #s(literal 1 binary32))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (fma.f32 (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x #s(literal 1 binary32))) |
#s(approx (sqrt (+ (* x x) 1)) #s(literal 1 binary32)) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (*.f32 x x) #s(literal 1/2 binary32) #s(literal 1 binary32))) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 #s(literal -1/8 binary32) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32))) |
#s(approx (sqrt (+ (* x x) 1)) (fma.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/16 binary32) (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x) #s(literal 1/2 binary32)) (*.f32 x x) #s(literal 1 binary32))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) #s(literal 1/2 binary32)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (fma.f32 #s(literal -1/2 binary32) x #s(literal 1/2 binary32))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (fma.f32 (-.f32 (*.f32 #s(literal 1/4 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1/2 binary32))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/8 binary32) x #s(literal 1/4 binary32)) x) #s(literal 1/2 binary32)) x #s(literal 1/2 binary32))) |
#s(approx (* -1/24 (* x x)) (*.f32 (*.f32 #s(literal -1/24 binary32) x) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) #s(literal 6 binary32)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (fma.f32 #s(literal -9 binary32) x #s(literal 6 binary32))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (fma.f32 (-.f32 (*.f32 #s(literal 12 binary32) x) #s(literal 9 binary32)) x #s(literal 6 binary32))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -15 binary32) x #s(literal 12 binary32)) x) #s(literal 9 binary32)) x #s(literal 6 binary32))) |
#s(approx (pow (+ 1 x) -2) #s(literal 1 binary32)) |
#s(approx (pow (+ 1 x) -2) (fma.f32 #s(literal -2 binary32) x #s(literal 1 binary32))) |
#s(approx (pow (+ 1 x) -2) (fma.f32 (-.f32 (*.f32 #s(literal 3 binary32) x) #s(literal 2 binary32)) x #s(literal 1 binary32))) |
#s(approx (pow (+ 1 x) -2) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -4 binary32) x #s(literal 3 binary32)) x) #s(literal 2 binary32)) x #s(literal 1 binary32))) |
#s(approx (+ 1 x) #s(literal 1 binary32)) |
#s(approx (+ 1 x) (+.f32 #s(literal 1 binary32) x)) |
#s(approx (/ 3 (+ 1 x)) #s(literal 3 binary32)) |
#s(approx (/ 3 (+ 1 x)) (fma.f32 #s(literal -3 binary32) x #s(literal 3 binary32))) |
#s(approx (/ 3 (+ 1 x)) (fma.f32 (-.f32 (*.f32 #s(literal 3 binary32) x) #s(literal 3 binary32)) x #s(literal 3 binary32))) |
#s(approx (/ 3 (+ 1 x)) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -3 binary32) x #s(literal 3 binary32)) x) #s(literal 3 binary32)) x #s(literal 3 binary32))) |
#s(approx (/ 1/2 (+ 1 x)) #s(literal 1/2 binary32)) |
#s(approx (/ 1/2 (+ 1 x)) (fma.f32 #s(literal -1/2 binary32) x #s(literal 1/2 binary32))) |
#s(approx (/ 1/2 (+ 1 x)) (fma.f32 (-.f32 (*.f32 #s(literal 1/2 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1/2 binary32))) |
#s(approx (/ 1/2 (+ 1 x)) (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/2 binary32) x #s(literal 1/2 binary32)) x) #s(literal 1/2 binary32)) x #s(literal 1/2 binary32))) |
#s(approx (log (+ 1 x)) x) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 #s(literal -1/2 binary32) x #s(literal 1 binary32)) x)) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) |
#s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 (fma.f32 #s(literal -1/4 binary32) x #s(literal 1/3 binary32)) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) x) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (*.f32 (fma.f32 #s(literal -1/2 binary32) x #s(literal 1 binary32)) x)) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) #s(literal 1 binary32)) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) (fma.f32 #s(literal -1/2 binary32) x #s(literal 1 binary32))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32))) |
#s(approx (- (* 1/3 x) 1/2) #s(literal -1/2 binary32)) |
#s(approx (- (* 1/3 x) 1/2) (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32))) |
#s(approx (* 1/3 x) (*.f32 #s(literal 1/3 binary32) x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (log.f32 x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (+.f32 (/.f32 x x) (log.f32 x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (+.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) (*.f32 x x)) #s(literal 1/2 binary32) (/.f32 x x)) (log.f32 x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (+.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) (*.f32 x x)) #s(literal 1/2 binary32) (/.f32 x x))) (log.f32 x))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/8 binary32))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32)) #s(literal 1/8 binary32)) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32) (/.f32 (log.f32 x) (pow.f32 x #s(literal 3 binary32)))) (+.f32 (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/8 binary32))) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 15/8 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32))) (/.f32 (log.f32 x) (pow.f32 x #s(literal 3 binary32)))) (+.f32 (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/8 binary32))) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) (*.f32 (-.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (+ (* -1/6 (* x x)) 1) (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) |
#s(approx (+ (* -1/6 (* x x)) 1) (*.f32 (-.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) (*.f32 x x))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (pow.f32 x #s(literal 5 binary32)) #s(literal 3/40 binary32))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32)))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (*.f32 (-.f32 (+.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 3/40 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32)))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (*.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 3/40 binary32))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 4 binary32)))) |
#s(approx (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) (*.f32 (-.f32 (+.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 3/40 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 4 binary32)))) |
#s(approx (- (* 3/40 (* x x)) 1/6) (*.f32 (*.f32 x x) #s(literal 3/40 binary32))) |
#s(approx (- (* 3/40 (* x x)) 1/6) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (*.f32 x x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (log.f32 (*.f32 #s(literal 2 binary32) x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32) (log.f32 x)) (log.f32 #s(literal 2 binary32)))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32) (log.f32 x)) (log.f32 #s(literal 2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32))))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (+.f32 (log.f32 (*.f32 #s(literal 2 binary32) x)) (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 5/96 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32)))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (*.f32 #s(literal 2 binary32) x)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (*.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 2 binary32)) x)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 2 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))) x)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 2 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))) x)) |
#s(approx (sqrt (+ (* x x) 1)) x) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))) x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))) x)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 #s(literal -1/8 binary32) x)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32)) #s(literal 1/8 binary32)) x)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32)) #s(literal 1/8 binary32)) (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32)))) x)) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (-.f32 (-.f32 (fma.f32 #s(literal 7/8 binary32) (pow.f32 x #s(literal -4 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32))) #s(literal 1/8 binary32)) (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32)))) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (/.f32 #s(literal 3 binary32) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (/.f32 (-.f32 #s(literal 3 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32))) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (/.f32 (-.f32 (+.f32 (/.f32 #s(literal 6 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32))) x)) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (/.f32 (-.f32 (+.f32 (/.f32 #s(literal 6 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32)) (fma.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 9 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32)))) x)) |
#s(approx (pow (+ 1 x) -2) (pow.f32 x #s(literal -2 binary32))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (-.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) x)) (*.f32 x x))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) #s(literal 1 binary32)) (/.f32 #s(literal 2 binary32) x)) (*.f32 x x))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) #s(literal 1 binary32)) (fma.f32 (pow.f32 x #s(literal -3 binary32)) #s(literal 4 binary32) (/.f32 #s(literal 2 binary32) x))) (*.f32 x x))) |
#s(approx (+ 1 x) x) |
#s(approx (+ 1 x) (+.f32 #s(literal 1 binary32) x)) |
#s(approx (/ 3 (+ 1 x)) (/.f32 #s(literal 3 binary32) x)) |
#s(approx (/ 3 (+ 1 x)) (/.f32 (-.f32 #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) x)) x)) |
#s(approx (/ 3 (+ 1 x)) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) #s(literal 3 binary32)) (/.f32 #s(literal 3 binary32) x)) x)) |
#s(approx (/ 3 (+ 1 x)) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) #s(literal 3 binary32)) (fma.f32 (pow.f32 x #s(literal -3 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) x))) x)) |
#s(approx (/ 1/2 (+ 1 x)) (/.f32 #s(literal 1/2 binary32) x)) |
#s(approx (/ 1/2 (+ 1 x)) (/.f32 (-.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1/2 binary32) x)) x)) |
#s(approx (/ 1/2 (+ 1 x)) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/2 binary32) x)) x)) |
#s(approx (/ 1/2 (+ 1 x)) (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1/2 binary32)) (fma.f32 (pow.f32 x #s(literal -3 binary32)) #s(literal 1/2 binary32) (/.f32 #s(literal 1/2 binary32) x))) x)) |
#s(approx (log (+ 1 x)) (log.f32 x)) |
#s(approx (log (+ 1 x)) (+.f32 (log.f32 x) (/.f32 #s(literal 1 binary32) x))) |
#s(approx (log (+ 1 x)) (-.f32 (+.f32 (log.f32 x) (/.f32 #s(literal 1 binary32) x)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32)))) |
#s(approx (log (+ 1 x)) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -3 binary32)) #s(literal 1/3 binary32) (/.f32 #s(literal 1 binary32) x)) (log.f32 x)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32)))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 1/3 binary32))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (*.f32 (-.f32 #s(literal 1/3 binary32) (/.f32 #s(literal 1/2 binary32) x)) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (*.f32 (-.f32 (+.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/3 binary32)) (/.f32 #s(literal 1/2 binary32) x)) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) (*.f32 (*.f32 x x) #s(literal 1/3 binary32))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) (*.f32 (-.f32 #s(literal 1/3 binary32) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) (*.f32 (-.f32 (+.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/3 binary32)) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x))) |
#s(approx (- (* 1/3 x) 1/2) (*.f32 #s(literal 1/3 binary32) x)) |
#s(approx (- (* 1/3 x) 1/2) (*.f32 (-.f32 #s(literal 1/3 binary32) (/.f32 #s(literal 1/2 binary32) x)) x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 (neg.f32 x) x))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) x) #s(literal -1/2 binary32) x) x)))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32) (*.f32 #s(literal -3 binary32) x)) x) #s(literal -1/6 binary32) (*.f32 (fma.f32 #s(literal -1 binary32) (*.f32 x x) #s(literal 1 binary32)) #s(literal 1/2 binary32))) x) #s(literal -1 binary32) x) x) #s(literal -1 binary32) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 #s(literal 1/8 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 (fma.f32 (/.f32 (-.f32 (log.f32 (*.f32 #s(literal -1 binary32) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal -1 binary32) x)))) #s(literal 3/4 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal -1 binary32) #s(literal 1/8 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32))))) |
#s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 (fma.f32 (/.f32 (-.f32 (+.f32 (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 #s(literal 15/8 binary32) x)) (log.f32 #s(literal -1 binary32))) #s(literal 3/4 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal -1 binary32) #s(literal 1/8 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32))))) |
#s(approx (* (+ (* -1/6 (* x x)) 1) x) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal -2 binary32))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (neg.f32 (*.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)) (pow.f32 x #s(literal 5 binary32))))) |
#s(approx (* (+ (* (- (* 3/40 (* x x)) 1/6) (* x x)) 1) x) (neg.f32 (*.f32 (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)) (pow.f32 x #s(literal -4 binary32))) (pow.f32 x #s(literal 5 binary32))))) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x)) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32)))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32)))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32)))) |
#s(approx (log (+ (sqrt (+ (* x x) 1)) x)) (-.f32 (+.f32 (log.f32 (*.f32 (/.f32 #s(literal -1 binary32) x) #s(literal 1/2 binary32))) (/.f32 #s(literal 3/32 binary32) (pow.f32 x #s(literal 4 binary32)))) (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 5/96 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/4 binary32))))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (/.f32 #s(literal -1/2 binary32) x)) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (neg.f32 (/.f32 (-.f32 #s(literal 1/2 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32))) x))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (neg.f32 (/.f32 (-.f32 (+.f32 (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 4 binary32))) #s(literal 1/2 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32))) x))) |
#s(approx (+ (sqrt (+ (* x x) 1)) x) (neg.f32 (/.f32 (-.f32 (+.f32 (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 4 binary32))) #s(literal 1/2 binary32)) (fma.f32 #s(literal 5/128 binary32) (pow.f32 x #s(literal -6 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/8 binary32)))) x))) |
#s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)))) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32) #s(literal 1 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))))) |
#s(approx (sqrt (+ (* x x) 1)) (*.f32 (neg.f32 x) (-.f32 (+.f32 (fma.f32 (pow.f32 x #s(literal -6 binary32)) #s(literal 1/16 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32)) (/.f32 #s(literal 1/8 binary32) (pow.f32 x #s(literal 4 binary32)))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (neg.f32 x) (-.f32 #s(literal 1/8 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (neg.f32 x) (-.f32 (+.f32 (/.f32 #s(literal 3/4 binary32) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/8 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32))))) |
#s(approx (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (*.f32 (neg.f32 x) (-.f32 (fma.f32 (/.f32 (-.f32 (/.f32 #s(literal 7/8 binary32) x) #s(literal 3/4 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal -1 binary32) #s(literal 1/8 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 5/8 binary32))))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (neg.f32 (/.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32)) #s(literal 3 binary32)) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (neg.f32 (/.f32 (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32)) #s(literal 3 binary32)) (/.f32 #s(literal 6 binary32) (pow.f32 x #s(literal 3 binary32)))) x))) |
#s(approx (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x))) (neg.f32 (/.f32 (-.f32 (fma.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 3 binary32) (neg.f32 (/.f32 (-.f32 #s(literal 6 binary32) (/.f32 #s(literal 9 binary32) x)) (pow.f32 x #s(literal 3 binary32))))) #s(literal 3 binary32)) x))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 2 binary32) (/.f32 #s(literal 3 binary32) x)) x) #s(literal -1 binary32) #s(literal 1 binary32)) (*.f32 x x))) |
#s(approx (pow (+ 1 x) -2) (/.f32 (fma.f32 (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 3 binary32) (/.f32 #s(literal 4 binary32) x)) x) #s(literal -1 binary32) #s(literal 2 binary32)) x) #s(literal -1 binary32) #s(literal 1 binary32)) (*.f32 x x))) |
#s(approx (/ 3 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 3 binary32) x) #s(literal 3 binary32)) x))) |
#s(approx (/ 3 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 3 binary32) x) #s(literal 3 binary32)) x)) #s(literal 3 binary32)) x))) |
#s(approx (/ 3 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 3 binary32) x) #s(literal 3 binary32)) x)) #s(literal 3 binary32)) x)) #s(literal 3 binary32)) x))) |
#s(approx (/ 1/2 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1/2 binary32)) x))) |
#s(approx (/ 1/2 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1/2 binary32)) x)) #s(literal 1/2 binary32)) x))) |
#s(approx (/ 1/2 (+ 1 x)) (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1/2 binary32)) x)) #s(literal 1/2 binary32)) x)) #s(literal 1/2 binary32)) x))) |
#s(approx (log (+ 1 x)) (log.f32 (*.f32 #s(literal -1 binary32) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal -1 binary32) x))))) |
#s(approx (log (+ 1 x)) (+.f32 (fma.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) #s(literal -1 binary32) (/.f32 #s(literal 1 binary32) x)) (log.f32 #s(literal -1 binary32)))) |
#s(approx (log (+ 1 x)) (fma.f32 #s(literal -1 binary32) (+.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1 binary32)) x)) (log.f32 #s(literal -1 binary32)))) |
#s(approx (log (+ 1 x)) (fma.f32 #s(literal -1 binary32) (+.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x)) #s(literal 1 binary32)) x)) (log.f32 #s(literal -1 binary32)))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1/3 binary32)))) |
#s(approx (* (+ (* (- (* 1/3 x) 1/2) x) 1) x) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 (neg.f32 (/.f32 (-.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/2 binary32)) x)) #s(literal 1/3 binary32)))) |
#s(approx (+ (* (- (* 1/3 x) 1/2) x) 1) (*.f32 (fma.f32 (/.f32 (-.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) x)) x) #s(literal -1 binary32) #s(literal 1/3 binary32)) (*.f32 x x))) |
#s(approx (- (* 1/3 x) 1/2) (*.f32 (neg.f32 x) (-.f32 (/.f32 #s(literal 1/2 binary32) x) #s(literal 1/3 binary32)))) |
Compiled 19 646 to 2 443 computations (87.6% saved)
9 alts after pruning (2 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 406 | 2 | 408 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 3 | 3 |
| Total | 407 | 9 | 416 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 31.3% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x) |
| ✓ | 28.2% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x) |
| ✓ | 26.1% | (copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x) |
| ✓ | 99.5% | (copysign.f32 (asinh.f32 x) x) |
| ▶ | 56.1% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x))) x) |
| ▶ | 56.3% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x) |
| ✓ | 56.1% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
| ✓ | 56.3% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
| ✓ | 56.6% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
Compiled 190 to 125 computations (34.2% saved)
| Inputs |
|---|
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) |
(+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)) |
x |
(*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) |
(*.f32 (*.f32 x x) #s(literal -1/6 binary32)) |
(*.f32 x x) |
#s(literal -1/6 binary32) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x))) |
(+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x)) |
(*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x) |
(*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) |
(*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) |
(-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) |
(*.f32 (*.f32 x x) #s(literal 3/40 binary32)) |
#s(literal 3/40 binary32) |
#s(literal 1/6 binary32) |
| Outputs |
|---|
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 x)) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx x #s(hole binary32 x)) |
#s(approx (* (* (* x x) -1/6) x) #s(hole binary32 (* -1/6 (pow x 3)))) |
#s(approx (* (* x x) -1/6) #s(hole binary32 (* -1/6 (pow x 2)))) |
#s(approx (* x x) #s(hole binary32 (pow x 2))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 x)) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* -1/6 (pow x 3)))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* (pow x 3) (- (* 3/40 (pow x 2)) 1/6)))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) #s(hole binary32 (* -1/6 (pow x 2)))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) #s(hole binary32 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* -1/6 x))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* x (- (* 3/40 (pow x 2)) 1/6)))) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 -1/6)) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6))) |
#s(approx (* (* x x) 3/40) #s(hole binary32 (* 3/40 (pow x 2)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* -1/6 (pow x 3)))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* (pow x 3) (- (/ 1 (pow x 2)) 1/6)))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* 3/40 (pow x 5)))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* 3/40 (pow x 5)))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) #s(hole binary32 (* 3/40 (pow x 4)))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) #s(hole binary32 (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* 3/40 (pow x 3)))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (* 3/40 (pow x 2)))) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (* (pow x 2) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x))))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4)))))))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40))))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40))))) |
3 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | inf | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* x x) -1/6) x)) x (* (* (* x x) -1/6) x) (* (* x x) -1/6) (* x x) -1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) (* (* (- (* (* x x) 3/40) 1/6) x) x) (* (- (* (* x x) 3/40) 1/6) x) (- (* (* x x) 3/40) 1/6) (* (* x x) 3/40) 3/40 1/6) |
| 3.0ms | x | @ | -inf | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* x x) -1/6) x)) x (* (* (* x x) -1/6) x) (* (* x x) -1/6) (* x x) -1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) (* (* (- (* (* x x) 3/40) 1/6) x) x) (* (- (* (* x x) 3/40) 1/6) x) (- (* (* x x) 3/40) 1/6) (* (* x x) 3/40) 3/40 1/6) |
| 2.0ms | x | @ | 0 | ((copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* x x) -1/6) x)) x (* (* (* x x) -1/6) x) (* (* x x) -1/6) (* x x) -1/6 (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) (* (* (- (* (* x x) 3/40) 1/6) x) x) (* (- (* (* x x) 3/40) 1/6) x) (- (* (* x x) 3/40) 1/6) (* (* x x) 3/40) 3/40 1/6) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 217 | 1377 |
| 0 | 237 | 1248 |
| 1 | 1104 | 1054 |
| 0 | 8753 | 970 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) |
(+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x)) |
x |
(*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) |
(*.f32 (*.f32 x x) #s(literal -1/6 binary32)) |
(*.f32 x x) |
#s(literal -1/6 binary32) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x))) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x))) |
(+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x)) |
(*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x) |
(*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) |
(*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) |
(-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) |
(*.f32 (*.f32 x x) #s(literal 3/40 binary32)) |
#s(literal 3/40 binary32) |
#s(literal 1/6 binary32) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) #s(hole binary32 (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (log (+ 1 (fabs x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x))))))))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 x)) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx x #s(hole binary32 x)) |
#s(approx (* (* (* x x) -1/6) x) #s(hole binary32 (* -1/6 (pow x 3)))) |
#s(approx (* (* x x) -1/6) #s(hole binary32 (* -1/6 (pow x 2)))) |
#s(approx (* x x) #s(hole binary32 (pow x 2))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 x)) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* x (+ 1 (* -1/6 (pow x 2)))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* -1/6 (pow x 3)))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* (pow x 3) (- (* 3/40 (pow x 2)) 1/6)))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) #s(hole binary32 (* -1/6 (pow x 2)))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) #s(hole binary32 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* -1/6 x))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* x (- (* 3/40 (pow x 2)) 1/6)))) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 -1/6)) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (- (* 3/40 (pow x 2)) 1/6))) |
#s(approx (* (* x x) 3/40) #s(hole binary32 (* 3/40 (pow x 2)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ 1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (/ (fabs x) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* -1/6 (pow x 3)))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* (pow x 3) (- (/ 1 (pow x 2)) 1/6)))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* 3/40 (pow x 5)))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* 3/40 (pow x 5)))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) #s(hole binary32 (* 3/40 (pow x 4)))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) #s(hole binary32 (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* 3/40 (pow x 3)))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (* 3/40 (pow x 2)))) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(hole binary32 (* (pow x 2) (- 3/40 (* 1/6 (/ 1 (pow x 2))))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (* -1 (log (/ -1 x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x))))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(hole binary32 (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x))))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) #s(hole binary32 (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4)))))))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) #s(hole binary32 (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40))))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) #s(hole binary32 (* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40))))) |
| Outputs |
|---|
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32) x)) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32) x)) |
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32)) x) |
(*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/6 binary32) #s(literal 1 binary32))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (*.f32 x x)) (-.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) x)) |
(/.f32 (-.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (neg.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))) #s(literal 3 binary32))) (fma.f32 x x (+.f32 (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (*.f32 x (neg.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))))))) |
(/.f32 (+.f32 (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (+.f32 (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 (*.f32 x x) (*.f32 (pow.f32 x #s(literal 3 binary32)) (*.f32 #s(literal -1/6 binary32) x))))) |
(/.f32 (neg.f32 (-.f32 (*.f32 x x) (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 2 binary32)))) (neg.f32 (-.f32 x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))))) |
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 3 binary32)))) (neg.f32 (fma.f32 x x (*.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) (-.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) x))))) |
(/.f32 (-.f32 (*.f32 x x) (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 2 binary32))) (-.f32 x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)))) |
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 3 binary32))) (fma.f32 x x (*.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) (-.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) x)))) |
(-.f32 (/.f32 (*.f32 x x) (-.f32 x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)))) (/.f32 (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 2 binary32)) (-.f32 x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))))) |
(-.f32 x (*.f32 (*.f32 (neg.f32 x) x) (*.f32 #s(literal -1/6 binary32) x))) |
(-.f32 x (*.f32 (neg.f32 x) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))) |
(-.f32 x (neg.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)))) |
(fma.f32 (*.f32 #s(literal -1/6 binary32) (pow.f32 x #s(literal 3/2 binary32))) (pow.f32 x #s(literal 3/2 binary32)) x) |
(fma.f32 (pow.f32 x #s(literal 3/2 binary32)) (*.f32 (pow.f32 x #s(literal 3/2 binary32)) #s(literal -1/6 binary32)) x) |
(fma.f32 (neg.f32 x) (*.f32 (*.f32 x x) #s(literal 1/6 binary32)) x) |
(fma.f32 (*.f32 #s(literal -1/6 binary32) x) (*.f32 x x) x) |
(fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32) x) |
(fma.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x x) |
(fma.f32 (*.f32 x x) (*.f32 #s(literal -1/6 binary32) x) x) |
(fma.f32 #s(literal -1/6 binary32) (pow.f32 x #s(literal 3 binary32)) x) |
(fma.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) |
(+.f32 (/.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 x x (*.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) (-.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) x)))) (/.f32 (pow.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) #s(literal 3 binary32)) (fma.f32 x x (*.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) (-.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) x))))) |
(+.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) x) |
(+.f32 x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))) |
x |
(*.f32 (*.f32 #s(literal -1/6 binary32) (pow.f32 x #s(literal 3/2 binary32))) (pow.f32 x #s(literal 3/2 binary32))) |
(*.f32 (pow.f32 x #s(literal 3/2 binary32)) (*.f32 (pow.f32 x #s(literal 3/2 binary32)) #s(literal -1/6 binary32))) |
(*.f32 (neg.f32 x) (*.f32 (*.f32 x x) #s(literal 1/6 binary32))) |
(*.f32 (*.f32 #s(literal -1/6 binary32) x) (*.f32 x x)) |
(*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32)) |
(*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x) |
(*.f32 (*.f32 x x) (*.f32 #s(literal -1/6 binary32) x)) |
(*.f32 #s(literal -1/6 binary32) (pow.f32 x #s(literal 3 binary32))) |
(*.f32 x (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) |
(neg.f32 (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 1/6 binary32))) |
(neg.f32 (*.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal 3 binary32)))) |
(*.f32 (*.f32 #s(literal -1/6 binary32) (neg.f32 x)) (neg.f32 x)) |
(*.f32 (neg.f32 x) (*.f32 (neg.f32 x) #s(literal -1/6 binary32))) |
(*.f32 (*.f32 #s(literal -1/6 binary32) x) x) |
(*.f32 (*.f32 x x) #s(literal -1/6 binary32)) |
(*.f32 #s(literal -1/6 binary32) (*.f32 x x)) |
(*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) |
(*.f32 x (*.f32 #s(literal -1/6 binary32) x)) |
(neg.f32 (*.f32 #s(literal -1 binary32) (*.f32 (*.f32 x x) #s(literal -1/6 binary32)))) |
(neg.f32 (*.f32 (*.f32 x x) #s(literal 1/6 binary32))) |
(*.f32 (*.f32 #s(literal 1 binary32) (neg.f32 x)) (*.f32 #s(literal 1 binary32) (neg.f32 x))) |
(*.f32 (*.f32 #s(literal 1 binary32) (neg.f32 x)) (neg.f32 x)) |
(*.f32 (*.f32 (neg.f32 x) #s(literal 1 binary32)) (*.f32 (neg.f32 x) #s(literal 1 binary32))) |
(*.f32 (neg.f32 x) (*.f32 (neg.f32 x) #s(literal 1 binary32))) |
(*.f32 (neg.f32 x) (neg.f32 x)) |
(*.f32 (*.f32 x x) #s(literal 1 binary32)) |
(*.f32 #s(literal 1 binary32) (*.f32 x x)) |
(*.f32 x x) |
(sqrt.f32 (pow.f32 x #s(literal 4 binary32))) |
(pow.f32 (neg.f32 x) #s(literal 2 binary32)) |
(pow.f32 (*.f32 x x) #s(literal 1 binary32)) |
(pow.f32 x #s(literal 2 binary32)) |
(fabs.f32 (*.f32 (neg.f32 x) x)) |
(fabs.f32 (*.f32 x x)) |
(+.f32 (cosh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) (sinh.f32 (*.f32 (log.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (+.f32 #s(literal 0 binary32) (*.f32 (log.f32 x) #s(literal 2 binary32)))) |
(exp.f32 (fma.f32 (log.f32 x) #s(literal 2 binary32) #s(literal 0 binary32))) |
(exp.f32 (*.f32 (log.f32 x) #s(literal 2 binary32))) |
(neg.f32 (*.f32 (neg.f32 x) x)) |
#s(literal -1/6 binary32) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x)) x) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x)) |
(*.f32 (fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x #s(literal 1 binary32)) x) |
(*.f32 x (fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x #s(literal 1 binary32))) |
(/.f32 (-.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 2 binary32)) (*.f32 x x)) (-.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) x)) |
(/.f32 (-.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))) #s(literal 3 binary32))) (fma.f32 x x (+.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 2 binary32)) (*.f32 x (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))))))) |
(/.f32 (+.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32)) (pow.f32 x #s(literal 3 binary32))) (+.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 2 binary32)) (-.f32 (*.f32 x x) (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) x)))) |
(/.f32 (neg.f32 (-.f32 (*.f32 x x) (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 2 binary32)))) (neg.f32 (-.f32 x (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))))) |
(/.f32 (neg.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32)))) (neg.f32 (fma.f32 x x (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) (-.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) x))))) |
(/.f32 (-.f32 (*.f32 x x) (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 2 binary32))) (-.f32 x (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))))) |
(/.f32 (+.f32 (pow.f32 x #s(literal 3 binary32)) (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32))) (fma.f32 x x (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) (-.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) x)))) |
(-.f32 (/.f32 (*.f32 x x) (-.f32 x (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))))) (/.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 2 binary32)) (-.f32 x (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))))) |
(-.f32 x (*.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x)) (*.f32 x x))) |
(-.f32 x (*.f32 (neg.f32 x) (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x))) |
(-.f32 x (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))))) |
(fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3/2 binary32))) (pow.f32 x #s(literal 3/2 binary32)) x) |
(fma.f32 (*.f32 (neg.f32 x) (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x)) (neg.f32 x) x) |
(fma.f32 (pow.f32 x #s(literal 3/2 binary32)) (*.f32 (pow.f32 x #s(literal 3/2 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32))) x) |
(fma.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x) x x) |
(fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) (*.f32 x x) x) |
(fma.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x) |
(fma.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) |
(fma.f32 (*.f32 x x) (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x) |
(fma.f32 x (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x) x) |
(+.f32 (/.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 x x (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) (-.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) x)))) (/.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) #s(literal 3 binary32)) (fma.f32 x x (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) (-.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) x))))) |
(+.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) x) |
(+.f32 x (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))) |
(*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3/2 binary32))) (pow.f32 x #s(literal 3/2 binary32))) |
(*.f32 (*.f32 (neg.f32 x) (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x)) (neg.f32 x)) |
(*.f32 (pow.f32 x #s(literal 3/2 binary32)) (*.f32 (pow.f32 x #s(literal 3/2 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)))) |
(*.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x) x) |
(*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) (*.f32 x x)) |
(*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32))) |
(*.f32 (pow.f32 x #s(literal 3 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32))) |
(*.f32 (*.f32 x x) (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x)) |
(*.f32 x (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x)) |
(*.f32 (*.f32 #s(literal 1 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x)) x) |
(*.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32))) (*.f32 x x)) |
(*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (neg.f32 x)) (neg.f32 x)) |
(*.f32 (neg.f32 x) (*.f32 (neg.f32 x) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)))) |
(*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x) |
(*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (*.f32 x x)) |
(*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32))) |
(*.f32 #s(literal 1 binary32) (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x)) |
(*.f32 x (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x)) |
(neg.f32 (*.f32 (neg.f32 x) (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x))) |
(*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) |
(*.f32 x (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32))) |
(/.f32 (neg.f32 (fma.f32 #s(literal 9/1600 binary32) (pow.f32 x #s(literal 4 binary32)) #s(literal -1/36 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32)))) |
(/.f32 (neg.f32 (-.f32 (*.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32))) #s(literal 1/216 binary32))) (neg.f32 (fma.f32 #s(literal 9/1600 binary32) (pow.f32 x #s(literal 4 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 x x) #s(literal 1/80 binary32)))))) |
(/.f32 (fma.f32 #s(literal 9/1600 binary32) (pow.f32 x #s(literal 4 binary32)) #s(literal -1/36 binary32)) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32))) |
(/.f32 (-.f32 (*.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32))) #s(literal 1/216 binary32)) (fma.f32 #s(literal 9/1600 binary32) (pow.f32 x #s(literal 4 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 x x) #s(literal 1/80 binary32))))) |
(-.f32 (/.f32 (*.f32 #s(literal 9/1600 binary32) (pow.f32 x #s(literal 4 binary32))) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32))) (/.f32 #s(literal 1/36 binary32) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal 1/6 binary32)))) |
(-.f32 (/.f32 (*.f32 #s(literal 27/64000 binary32) (pow.f32 x #s(literal 6 binary32))) (fma.f32 #s(literal 9/1600 binary32) (pow.f32 x #s(literal 4 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 x x) #s(literal 1/80 binary32))))) (/.f32 #s(literal 1/216 binary32) (fma.f32 #s(literal 9/1600 binary32) (pow.f32 x #s(literal 4 binary32)) (+.f32 #s(literal 1/36 binary32) (*.f32 (*.f32 x x) #s(literal 1/80 binary32)))))) |
(-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) |
(fma.f32 (*.f32 #s(literal 3/40 binary32) (neg.f32 x)) (neg.f32 x) #s(literal -1/6 binary32)) |
(fma.f32 (*.f32 #s(literal 3/40 binary32) x) x #s(literal -1/6 binary32)) |
(fma.f32 (neg.f32 x) (*.f32 (neg.f32 x) #s(literal 3/40 binary32)) #s(literal -1/6 binary32)) |
(fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) |
(fma.f32 #s(literal 3/40 binary32) (*.f32 x x) #s(literal -1/6 binary32)) |
(fma.f32 x (*.f32 x #s(literal 3/40 binary32)) #s(literal -1/6 binary32)) |
(+.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal -1/6 binary32)) |
(*.f32 (*.f32 #s(literal 3/40 binary32) (neg.f32 x)) (neg.f32 x)) |
(*.f32 (*.f32 #s(literal 3/40 binary32) x) x) |
(*.f32 (neg.f32 x) (*.f32 (neg.f32 x) #s(literal 3/40 binary32))) |
(*.f32 (*.f32 x x) #s(literal 3/40 binary32)) |
(*.f32 #s(literal 3/40 binary32) (*.f32 x x)) |
(*.f32 x (*.f32 x #s(literal 3/40 binary32))) |
#s(literal 3/40 binary32) |
#s(literal 1/6 binary32) |
#s(approx (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x) (copysign.f32 (asinh.f32 x) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log1p.f32 x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (/.f32 (*.f32 x x) (-.f32 x #s(literal -1 binary32))) #s(literal 1/2 binary32) (log1p.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/8 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (-.f32 x #s(literal -1 binary32))) (pow.f32 (-.f32 x #s(literal -1 binary32)) #s(literal -2 binary32)))) (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (-.f32 x #s(literal -1 binary32)))) (*.f32 x x) (log1p.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (pow.f32 x #s(literal 4 binary32)) (fma.f32 (*.f32 #s(literal 1/720 binary32) (fma.f32 (pow.f32 (-.f32 x #s(literal -1 binary32)) #s(literal -3 binary32)) #s(literal 30 binary32) (fma.f32 #s(literal 45 binary32) (pow.f32 (-.f32 x #s(literal -1 binary32)) #s(literal -2 binary32)) (/.f32 #s(literal 45 binary32) (-.f32 x #s(literal -1 binary32)))))) (*.f32 x x) (*.f32 #s(literal -1/8 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (-.f32 x #s(literal -1 binary32))) (pow.f32 (-.f32 x #s(literal -1 binary32)) #s(literal -2 binary32))))) (fma.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 x #s(literal -1 binary32))) x) x (log1p.f32 x)))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) x) |
#s(approx (+ x (* (* (* x x) -1/6) x)) (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32) x)) |
#s(approx x x) |
#s(approx (* (* (* x x) -1/6) x) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))) |
#s(approx (* (* x x) -1/6) (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) |
#s(approx (* x x) (*.f32 x x)) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) x) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (fma.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32) x)) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (fma.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)) x)) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) (*.f32 (*.f32 x x) #s(literal -1/6 binary32))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) x)) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) (*.f32 #s(literal -1/6 binary32) x)) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x)) |
#s(approx (- (* (* x x) 3/40) 1/6) #s(literal -1/6 binary32)) |
#s(approx (- (* (* x x) 3/40) 1/6) (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32))) |
#s(approx (* (* x x) 3/40) (*.f32 (*.f32 x x) #s(literal 3/40 binary32))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (log.f32 x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 (/.f32 x x) (log.f32 x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) x) (+.f32 (/.f32 x x) (log.f32 x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (/.f32 (fma.f32 #s(literal -3 binary32) x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32))) (pow.f32 x #s(literal 3 binary32))) #s(literal 1/6 binary32) (fma.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) x) (+.f32 (/.f32 x x) (log.f32 x))))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal -1/6 binary32))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) (*.f32 (-.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (*.f32 (pow.f32 x #s(literal 5 binary32)) #s(literal 3/40 binary32))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32)))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (*.f32 (-.f32 (+.f32 (pow.f32 x #s(literal -4 binary32)) #s(literal 3/40 binary32)) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32)))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) (*.f32 (pow.f32 x #s(literal 5 binary32)) #s(literal 3/40 binary32))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 5 binary32)))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) (*.f32 (pow.f32 x #s(literal 4 binary32)) #s(literal 3/40 binary32))) |
#s(approx (* (* (- (* (* x x) 3/40) 1/6) x) x) (*.f32 (pow.f32 x #s(literal 4 binary32)) (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 3/40 binary32))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) (pow.f32 x #s(literal 3 binary32)))) |
#s(approx (- (* (* x x) 3/40) 1/6) (*.f32 (*.f32 x x) #s(literal 3/40 binary32))) |
#s(approx (- (* (* x x) 3/40) 1/6) (*.f32 (*.f32 (-.f32 #s(literal 3/40 binary32) (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32))) x) x)) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))) (/.f32 x x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))) (/.f32 (fma.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) x) #s(literal -1/2 binary32) x) x))) |
#s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (-.f32 (neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x))) (/.f32 (-.f32 x (/.f32 (fma.f32 (/.f32 (fma.f32 #s(literal -3 binary32) x (*.f32 (pow.f32 x #s(literal 3 binary32)) #s(literal 2 binary32))) x) #s(literal -1/6 binary32) (fma.f32 #s(literal -1/2 binary32) (*.f32 x x) #s(literal 1/2 binary32))) x)) x))) |
#s(approx (+ x (* (* (* x x) -1/6) x)) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 #s(literal 1/6 binary32) (pow.f32 x #s(literal -2 binary32))))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (*.f32 (neg.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32))) (pow.f32 x #s(literal 5 binary32)))) |
#s(approx (+ x (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x)) (*.f32 (neg.f32 (pow.f32 x #s(literal 5 binary32))) (-.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)) (pow.f32 x #s(literal -4 binary32))))) |
#s(approx (* (* (* (- (* (* x x) 3/40) 1/6) x) x) x) (*.f32 (neg.f32 (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32))) (pow.f32 x #s(literal 5 binary32)))) |
#s(approx (* (- (* (* x x) 3/40) 1/6) x) (*.f32 (pow.f32 (neg.f32 x) #s(literal 3 binary32)) (-.f32 (*.f32 (pow.f32 x #s(literal -2 binary32)) #s(literal 1/6 binary32)) #s(literal 3/40 binary32)))) |
Compiled 6 267 to 1 184 computations (81.1% saved)
7 alts after pruning (2 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 206 | 2 | 208 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 0 | 2 |
| Done | 2 | 5 | 7 |
| Total | 210 | 7 | 217 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 31.3% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x) |
| ✓ | 28.2% | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x) |
| ✓ | 26.1% | (copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x) |
| ✓ | 99.5% | (copysign.f32 (asinh.f32 x) x) |
| 56.1% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) (*.f32 x x) x)) x) | |
| 56.3% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x x)) x) | |
| ✓ | 56.6% | (copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
Compiled 499 to 200 computations (59.9% saved)
| Inputs |
|---|
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) (*.f32 x x) x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x))) x) |
(copysign.f32 (asinh.f32 x) x) |
(copysign.f32 (log.f32 (+.f32 #s(approx (sqrt (+ (* x x) 1)) x) x)) x) |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) x))) x) |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(approx (sqrt (+ (* x x) 1)) (neg.f32 x)))) x) |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x) |
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) #s(approx (log (+ 1 x)) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 1/3 binary32) x) #s(literal 1/2 binary32)) x #s(literal 1 binary32)) x)))) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (fma.f32 (*.f32 #s(literal -1/24 binary32) (*.f32 x x)) (fma.f32 (pow.f32 (+.f32 #s(literal 1 binary32) x) #s(literal -2 binary32)) #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) x))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) x))) (*.f32 x x) (log1p.f32 x))) x) |
| Outputs |
|---|
(copysign.f32 (asinh.f32 x) x) |
2 calls:
| 4.0ms | x |
| 3.0ms | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.5% | 1 | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
| 99.5% | 1 | x |
Compiled 13 to 10 computations (23.1% saved)
Total -0.5b remaining (-3.6%)
Threshold costs -0.5b (-3.6%)
| Inputs |
|---|
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 #s(literal -1/6 binary32) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 x x) #s(literal -1/6 binary32)) x))) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 3/40 binary32) #s(literal -1/6 binary32)) x) (*.f32 x x) x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (*.f32 (fma.f32 (-.f32 (*.f32 #s(literal 3/40 binary32) (*.f32 x x)) #s(literal 1/6 binary32)) (*.f32 x x) #s(literal 1 binary32)) x)) x) |
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) (+.f32 x (*.f32 (*.f32 (*.f32 (-.f32 (*.f32 (*.f32 x x) #s(literal 3/40 binary32)) #s(literal 1/6 binary32)) x) x) x))) x) |
| Outputs |
|---|
(copysign.f32 #s(approx (log (+ (fabs x) (sqrt (+ (* x x) 1)))) #s(approx (+ (* (+ (* (* -1/24 (* x x)) (+ (* (pow (+ 1 x) -2) 3) (/ 3 (+ 1 x)))) (/ 1/2 (+ 1 x))) (* x x)) (log (+ 1 x))) x)) x) |
2 calls:
| 2.0ms | x |
| 2.0ms | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 56.6% | 1 | (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) |
| 56.6% | 1 | x |
Compiled 13 to 10 computations (23.1% saved)
| 1× | fuel |
Compiled 53 to 29 computations (45.3% saved)
Compiled 170 to 96 computations (43.5% saved)
Loading profile data...