Skip to content

Commit

Permalink
Add log and exp to dimensionless operators.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarren committed Sep 10, 2008
1 parent 098ff09 commit 14f7438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion formulas.lisp
Expand Up @@ -37,7 +37,8 @@
expt :expt
sqrt :sqrt
(sin cos tan sinh cosh tanh) :dimensionless
(asin acos atan asinh acosh atanh) :dimensionless)
(asin acos atan asinh acosh atanh) :dimensionless
(log exp) :dimensionless)

(defclass variable-with-unit (unit)
((name :initarg :name :accessor name-of)
Expand Down

0 comments on commit 14f7438

Please sign in to comment.