Copyright (C) 1999, 2002, 2003, 2004, 2005 Aleksandar B. Samardzic Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. Version 1.1.2 * Added support for constants e, log2(e), log10(e), ln(2), ln(10), pi, pi/2, pi/4, 1/pi, 2/pi, 2/sqrt(pi), sqrt(2) and sqrt(1/2). Version 1.1.1 * Fixed bug with not forgetting input string after encountering parsing error. Version 1.1.0 * Added support for number of mathematical functions (secantes, cosecantes, Heaviside step and Dirac delta functions). * Added method to get list of variables appearing in given expression. * Fixed issue with passing 32-bit, instead of 64-bit, pointers to Fortran code. Version 1.0.2 * Lots of small fixes in order to improve portability. Version 1.0.1 * Acceptable mathematical functions names changed to math.h like names.