[Lenya Wiki] Update of "ModulesForge" by FlorentAndre
Apache Wiki <[email protected]>
| Newsgroups | gmane.comp.cms.lenya.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The "ModulesForge" page has been changed by FlorentAndre.
http://wiki.apache.org/lenya/ModulesForge?action=diff&rev1=6&rev2=7
--------------------------------------------------
* Thanks :
* Sac, Vik and /Petteri
+ === Xmaths module ===
+ * Who : Florent
+ * Description :
+ * Xmaths is a norm and a transformer
+ * This transformer allow you to do mathematics calculus based on a simple xml norm.
+ * And more : you can do conditional calculus !
+ * The result of the transformer is also an xml in the same norm so you can reuse it for another calculus.
+ * In future versions you can implements your own sign operation, thanks to the api
+ * Status :
+ * Actual version is 0.0.2 and have
+ * number calculus (classical operator : + , - , / , *
+ * matrix and scalar calculus
+ * Conditional implementation for matrix
+ * Absolute and order functions implementation
+ * Some work on the api have to be done
+ * Some code cleaning too
+ * Install :
+ * svn co http://svn.4sengines.eu/modcontrib/xmaths/branches/xmaths-V-0.0.2/ xmaths
+ * compile as usual, and try the transformer
+