Merge branch 'wip-MDL-37762-m24' of https://github.com/samhemelryk/moodle into MOODLE...
[moodle.git] / lib / evalmath / readme_moodle.txt
blob0105d564b3e2238b3f246dffc594840c08030b8c
1 Description of EvalMath library import into Moodle
3 Our changes:
4 * implicit multiplication (optionally) not allowed
5 * new custom calc emulation functions
6 * removed (optionally) e and pi constants - not used in calc
7 * removed sample files
8 * Fix a == FALSE that should have been === FALSE.
9 * added $expecting_op = true; for branch where a function with no operands is found to fix bug.
10 * moved pattern for func and var names into a static var
11 * made a function to test a string to see if it is a valid func or var name.
12 * localized strings
13 * added round, ceil and floor functions.
15 To see all changes diff against version 1.1, available from:
16 http://www.phpclasses.org/browse/package/2695.html
18 skodak, Tim Hunt