| 12345678910111213141516171819202122232425262728293031323334353637383940 | -------------------------------------------------------------------------------DojoX Math-------------------------------------------------------------------------------Version 0.9Release date: 10/20/2007-------------------------------------------------------------------------------Project state:experimental-------------------------------------------------------------------------------Credits	Cal Henderson	Dan Pupius	Tom Trenka (ttrenka AT gmail.com)	Eugene Lazutkin (eugene.lazutkin AT gmail.com)-------------------------------------------------------------------------------Project descriptionA port of the main functionality of dojo.math 0.4.  Includes advanced mathfunctions, abstract curve definitions, and some point calculations.-------------------------------------------------------------------------------Dependencies:Depends on the Dojo Core, v1.0-------------------------------------------------------------------------------DocumentationSee the API documentation.-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/src/dojox/trunk/math.jshttp://svn.dojotoolkit.org/src/dojox/trunk/math/*Install into the following directory structure:/dojox/math/...which should be at the same level as your Dojo checkout.-------------------------------------------------------------------------------
 |