compass/lib
Matija Marohnić 3dc42c8473 Add more math functions and unite them with Trig.
Added math functions are as follows:

- e()
- log(number[, base])
- sqrt(number)
- pow(number, exponent)

Because trigonometry is also math, these functions are united with
Compass' trigonometry functions under the Math module.
2012-03-08 03:00:01 +01:00
..
compass Add more math functions and unite them with Trig. 2012-03-08 03:00:01 +01:00
compass.rb Include the Compass logger to prevent "uninitialized constant Compass::Logger" 2011-07-02 21:59:09 -07:00