-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Rugen Heidbuchel edited this page May 15, 2015
·
9 revisions
Welcome to the Math Eagle wiki! This wiki is meant to include all necessary documentation to learn how to work with Math Eagle.
MathEagle is currently not available as a Cocoa Touch framework, so for iOS applications the fastest way of installation is to drag all files in the MathEagle/Source folder to your project and add them to the target.
For Mac applications however, you can just import the framework. You can find the framework in the source files. Just add it to your project and make sure to add it to 'Embedded Binaries' in the general tab of your target.
- Math for important constants and basic MathEagle protocols.
- Linear Algebra for matrix and vector math.
- Function for general math functions.
- Prime for prime number functions.
- Solver for function root finding.
- Optimization for function optimisation.
- Integration for function integration.