README 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. -------------------------------------------------------------------------------
  2. DojoX Math
  3. -------------------------------------------------------------------------------
  4. Version 0.9
  5. Release date: 10/20/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. experimental
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Cal Henderson
  12. Dan Pupius
  13. Tom Trenka (ttrenka AT gmail.com)
  14. Eugene Lazutkin (eugene.lazutkin AT gmail.com)
  15. -------------------------------------------------------------------------------
  16. Project description
  17. A port of the main functionality of dojo.math 0.4. Includes advanced math
  18. functions, abstract curve definitions, and some point calculations.
  19. Port of Tom Wu's port of java.math.BigInteger released in 2005 under the BSD
  20. license (CLA on file). See http://www-cs-students.stanford.edu/~tjw/jsbn/
  21. for details.
  22. -------------------------------------------------------------------------------
  23. Dependencies:
  24. Depends on the Dojo Core, v1.0
  25. -------------------------------------------------------------------------------
  26. Documentation
  27. See the API documentation.
  28. -------------------------------------------------------------------------------
  29. Installation instructions
  30. Grab the following from the Dojo SVN Repository:
  31. http://svn.dojotoolkit.org/src/dojox/trunk/math.js
  32. http://svn.dojotoolkit.org/src/dojox/trunk/math/*
  33. Install into the following directory structure:
  34. /dojox/math/
  35. ...which should be at the same level as your Dojo checkout.
  36. -------------------------------------------------------------------------------