schoolmath 0.5.1
- As requested by Brice Richard, I even wrote my old helper functions
is.decimal(), is.even(),
is.negative(), is.odd(),
is.positive(), is.real.positive() and
is.whole() in C++. I do not think that anyone ever used
them, but to keep up compatibility, here they are again.
schoolmath 0.5.0
- Finally, I wrote all functions in C++, so they are much faster
now…
- thanks to a random dude at
useR!2026 in Warsaw who
helped me with the syntax of the wrapper functions to call the c++
stuff. :)
schoolmath 0.4.2
- I updated the package to follow the “new” common structure
schoolmath 0.4.1
- I updated the package to use
LazyData with the provided
dataset (primlist).