vector-math: working on getting combined sqrt and rsqrt to work, after trying goldschmidt's algorithm and newton's algorithm I decided I need to implement float-float arithmetic to get correctly rounded results, which is what I'll work on next. Jacob