Skip to content

Instantly share code, notes, and snippets.

View bhargavkulk's full-sized avatar
🎨

Bhargav Kulkarni bhargavkulk

🎨
View GitHub Profile
(FPCore (a b c) (/ (* c -2.0) (+ b (sqrt (+ (pow b 2.0) (* c (* a -4.0)))))))
+-commutative
[ 2, 2, 1 ]
ltr
=========================
(FPCore (a b c) (/ (* c -2.0) (+ b (sqrt (+ (* c (* a -4.0)) (pow b 2.0))))))
*-commutative
[ 1 ]
ltr
=========================