solveDouble is a function with aproto type as following:
double solveDouble(string s, string varNames[100], string varContent[100] , int& variablesNo, int& outFileSize);
Description:
Takes a string as input and returns a double output, Input may contain previous predefined variables and/or normal numbers
Note: this function is solved operations which is done on doubles only
solveDouble is a function with aproto type as following: double solveDouble(string s, string varNames[100], string varContent[100] , int& variablesNo, int& outFileSize); Description: Takes a string as input and returns a double output, Input may contain previous predefined variables and/or normal numbers Note: this function is solved operations which is done on doubles only