cagd5e icon indicating copy to clipboard operation
cagd5e copied to clipboard

My sample code and solutions to some programming exercises for the book "Curves and Surfaces for CAGD" by Gerald Farin

Results 1 cagd5e issues
Sort by recently updated
recently updated
newest added

Hello! I was wondering, is there a typo in: https://github.com/SirVer/cagd5e/blob/master/chap06/degree_reduction.py#L32-L33 Shouldn't it by `... / n`, instead of `... / (n+1)`?