Added tests for stdlib math functions.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Wed, 7 Aug 2019 20:27:11 +0000 (13:27 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Wed, 7 Aug 2019 20:27:11 +0000 (13:27 -0700)
commit7359501c4b44efadc76eef5570008dd52f6767fc
tree3de9b535cb72e7f7bb1dc58ac0c3a37c2583abae
parent9c88539c987533cf1d54d90029ae209031d98d62
Added tests for stdlib math functions.
Added check for most-negative-number in `abs` subroutine.
stdlib/math.pvvs
stdlib_tests/5001_abs.pvvs [new file with mode: 0644]
stdlib_tests/5002_random.pvvs [new file with mode: 0644]
stdlib_tests/vv_test.py