coatless Fix CRAN Solaris issue of pow overloading (#19)
651d621 Mar 24, 2020
Fix CRAN Solaris issue of pow overloading (#19)
* Fix overload error in pow given by:

error: call of overloaded ‘pow(int, unsigned int&)’ is ambiguous

By switching over to static_cast's to double.

* Add CRAN badges now that it is listed on CRAN.

* Bump package version and update submission remarks...
651d621