Hi ~ Tinynurbs is a nice library ~ But I encountered a problem when I was using the following code. findSpan will be stuck in an infinite loop. ```c++ vector<float> knots = {0, 1, 1.3, 2.1, 3.6, 4.0}; int x = tinynurbs::findSpan(2, knots, 2.1f); ```