Subject: | Check all functions for returned value versus modify in place |
bfac() was documented as modifying the value in place, but in fact it returns the new value. Check all other functions to make sure the docs match the reality. Also, add tests for each function to match the POD examples.