First draft of a real README for the VVS stdlib.
[vvhitespace] / stdlib / math.pvvs
2020-03-30 Aaron TaylorFirst draft of a real README for the VVS stdlib.
2020-01-11 Daniel Neshyba-RoweReplaced RNG with Xorshift implementation from Wikipedia.
2019-12-12 Aaron TaylorAdded `gcd` function to stdlib.
2019-08-07 Aaron TaylorAdded tests for stdlib math functions.
2019-08-01 Aaron TaylorRemoved `isnegative` subroutine from stdlib.
2019-07-26 Aaron TaylorAdded isnegative and lowbitand subroutines to VVS stdlib.
2019-07-26 Aaron TaylorAdded a poor quality RNG from the POSIX random() manpage.
2019-07-16 Aaron TaylorAdded slurp & spew functions to VVS stdlib.
2019-07-13 Aaron TaylorAdded random number generator to VVS stdlib.
2019-07-12 Aaron TaylorAdded example that prints a multi-digit number. Added...