symbolic mathematics engine in OCaml with differentiation, integration, simplification, and numerical methods
17

Configure Feed

Select the types of activity you want to include in your feed.

leibniz / dune-project
240 B 13 lines
1(lang dune 3.0) 2(name leibniz) 3(version 0.1.0) 4 5(generate_opam_files true) 6 7(package 8 (name leibniz) 9 (synopsis "Symbolic differentiation engine with intelligent simplification") 10 (depends 11 (ocaml (>= 4.14)) 12 dune 13 (ounit2 :with-test)))