vat: sqrt and div

2005-09-19: More fun with the grid. The protected square root, sqrt(x), returns -sqrt(-x) for negative values of x. Here's what it looks like:

protected sqrt

This isn't so much about mathematical correctness as it is about providing building blocks that produce interesting curves. For example, protected division:

div