Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
/ EMath Public archive

A c++ library for representing and operating abstract algebraic concepts

License

Notifications You must be signed in to change notification settings

TheWisker/EMath

Repository files navigation

C++ Equation Math Library

Library for representing and operating abstract algebraic concepts

Introdution

This is a project that aims to provide some wrapper classes for algebraic mathematical concepts. At the moment it includes the Monomial and Polynomial classes for general calculus. The library is currently in expansion. Any feedback is much appreciated!

Documentation

https://thewisker.github.io/EMath

Author

TheWisker