MinaMourice / AsuMathLabG14

2 stars 1 forks source link

solveDouble #6

Closed BeshoyAnwar closed 6 years ago

BeshoyAnwar commented 6 years ago

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