Introduction - If you have any usage issues, please Google them yourself
TbcParser implements parse once-evaluate many times type of parsing for mathematical expressions given as strings.
TbcParser is especially useful in scientific, engineering programs.
It allows creation of custom variables and functions to be used in the expressions.
It’s internal arithmetic uses ‘Extended’ storage for floating point numbers.