File: NEWS

package info (click to toggle)
libmatheval 1.1.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,296 kB
  • ctags: 453
  • sloc: sh: 12,258; ansic: 2,369; lex: 143; makefile: 137; yacc: 68
file content (37 lines) | stat: -rw-r--r-- 947 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.