Merge pull request #325 from revarbat/revarbat_dev

Fix math.scad regression.
This commit is contained in:
Revar Desmera 2020-12-02 17:24:06 -08:00 committed by GitHub
commit 191bc099a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -889,7 +889,7 @@ module test_deriv(){
[0.469846310393,-0.813797681349],
[0.925416578398,0.163175911167],
[0.696902572292,1.45914323952]]);
spent = yscale(8,pent);
spent = yscale(8,p=pent);
lens = path_segment_lengths(spent,closed=true);
assert_approx(deriv(spent, closed=true, h=lens),
[[-0.0381285841663,0.998065839726],

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,473];
BOSL_VERSION = [2,0,474];
// Section: BOSL Library Version Functions