Add MathIntegral class

This commit is contained in:
tvale1
2022-10-08 12:56:35 +11:00
parent 059455929b
commit 9ab6df99b1
5 changed files with 67 additions and 1 deletions

View File

@ -4,4 +4,5 @@ export * from "./math-limit-location";
export * from "./math-n-ary-properties";
export * from "./math-sub-script";
export * from "./math-sum";
export * from "./math-integral";
export * from "./math-super-script";