tcal_rs 0.2.0

Number theory functions library - Rust port of libqalculate number theory module
Documentation
diff(6x^2)
	12x
diff(sinh(x^2)/(5x) + 3xy/sqrt(x))
	0.4 * cosh(x^2) + (3y) / (2 * sqrt(x)) - sinh(x^2) / (5x^2)

integrate(6x^2)
	2x^3 + C
integrate(6x^2; 1; 5)
	248
integrate(sinh(x^2)/(5x) + 3xy/sqrt(x))
	2x * sqrt(x) * y + 0.1 * Shi(x^2) + C
integrate(sinh(x^2)/(5x) + 3xy/sqrt(x); 1; 2)
	3.656854249y + 0.8760076036
integrate(Ei(x) + 3^x - sin(ln(x)), 1, 2)
	8.434289610

romberg(5x + ln(x), 1, 5)
	64.04718956

fresnels(5)
	0.4991913819
gammainc(53, 5.2)
	1.02201E34
betainc(5i - 2, 32, 3.2)
	-9.431063439E27 - 5.083225623E27i