diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-21 08:16:09 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-21 08:16:09 (GMT) |
commit | 230e3306fc0195fa7251884ee73f753ce04b4711 (patch) | |
tree | 48453ea0b3ce1b87efff2e3e27c12bdb4b168b42 /RELEASE_NOTES | |
parent | 332e835f878d477102228a0659fd15c6700b36fe (diff) |
Clifford Wolf:
Added exp(x), log(b, x), log(x) and ln(x) functions
git-svn-id: http://svn.clifford.at/openscad/trunk@447 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c05017e..65f073d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,9 @@ OpenSCAD 2010.03 ================ .. ADD STUFF HERE .. + o Added functions and statements + - Added exp(x), log(b, x), log(x) and ln(x) functions + - Added minkowski() statement for 3d minkowski sums o Some bugs fixed, maybe some new bugs added OpenSCAD 2010.02 |