mathcompile 0.1.2

High-performance symbolic mathematics with final tagless design, egglog optimization, and Rust hot-loading compilation
Documentation
1
2
3
4
5
6
7
8
9
10
module MathCompile

include("optimal_rational.jl")

# Export the main functions for finding optimal rational approximations
export find_optimal_rational, evaluate_rational, test_approximation_error

greet() = print("Hello World!")

end # module MathCompile