Liking cljdoc? Tell your friends :D
- fixed a reference to PI in probability
- removed abs function from math core in favor of clojure.core version
- added Clojurescript implementation of core
- moved host independent code to .cljc files
- renamed constants to uppercase
- refactored complex types
- implemented matrix-product, renamed scalar-multiply to scalar-product
- integrated math.base, math.complex, math.quarternion and math.octonion
into math.core
- merged java-math namespace into core namespace
- updated and refactored namespace dependencies
- refactored and enhanced protocols and records for vectors, matrices,
- implemented missing functions for complex numbers
- implemented missing functions for quaternion numbers
- implemented missing functions for octonion numbers
- refactored and enhanced protocols and records for complex numbers
- refactored and enhanced protocols and records for quaternions and octonions
- implemented cross-product and angle for vectors
- renamed project to math.base
- renamed packages
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close