this should fix all remaining division by zero errors in the Sapling Add-on.
to make things easer, the slider min value of baseSize (ratio of tree where there are no branches) has been changed from 0.0 to 0.001, in the belief that this should not be a limitation to the user (not visible even at huge scales). (avoiding baseSize being 0 makes p.lengthPar > 0 which otherwise would cause a lot of vulnerabilites).