Brishen

Results 3 comments of Brishen

I found this error as well. I would propose this method instead to avoid setting a constant. ``` from math import ulp def bezier_real_minmax(p): """returns the minimum and maximum for...

@bouhek I think I got my conditions slightly wrong. It should probably be `abs(denom) > ulp(a[0])` (and a[x] should probably be chosen to be the largest value). ``` from math...

At least in my use case I replaced `{$a = $x1.value; $b=$x2.value}` with `{$a = $x1.value} {$b = $x2.value}` and I got properly indented actions