All Test Functions
test()
param - none
returns: none
This function simply runs all tests, for all the math functions in the math library. It may take a while.
Similar to all()
this will import all the test functions and run them. For each function there is a test function named {functionname}_test.hhs
that throws an exception if it fails. If it passes nothing happens.