|
Maxima Plugin
A SMath Plugin
|
Data and Functions for conversion from Maxima to SMath More...
Static Public Member Functions | |
| static string | PrepareStringsForSMath (string text) |
| Replaces string constants to SMath More... | |
| static string | ConvertPowerStringBuilder (PowerDataContainer container) |
| Generates an SMath expression string from a PowerDataContainer object More... | |
| static string | ConvertPower (string text) |
| Adds appropriate curly braces in expressions with powers More... | |
| static string | PrepareTermsForSMath (string text) |
| Translate Maxima string to SMath string More... | |
Static Public Attributes | |
| static bool | skipConverting = false |
Static Private Attributes | |
| static Dictionary< string, string > | constantsToSMath |
| static Dictionary< string, string > | symbolsToSMath |
| static Dictionary< string, string > | logicToSMath |
| static Dictionary< string, string > | seperatorsToSMath |
| static Dictionary< string, string > | functionNamesToSMath |
Data and Functions for conversion from Maxima to SMath
|
static |
Adds appropriate curly braces in expressions with powers
| text | Input string |
|
static |
Generates an SMath expression string from a PowerDataContainer object
| container | PowerDataContainer object |
|
static |
Replaces string constants to SMath
| text | string to translate |
|
static |
Translate Maxima string to SMath string
| text | Maxima expression |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |