rcalclib (0.9.1) unstable; urgency=medium
* function ratio can create a common fraction from two integers: numerator
and denominator. Example: ratio(2;5) = 2\5
* functions min and max to return minimum and maximum value from the list of
arbitrary length
* functions is_prime and next_prime: work only with integers and use naive
algorithm that makes them slow for big numbers
* functions hex, oct, and bin to print an integer in non-decimal format
-- Vladimir Markelov <vmatroskin@gmail.com> Sat, 04 May 2019 19:47:14 -0700
rcalclib (0.9.0) unstable; urgency=medium
* New functions: fib(N-th Fibonacci number), cbrt(cubic root)
-- Vladimir Markelov <vmatroskin@gmail.com> Sat, 27 Apr 2019 20:19:29 -0700
rcalc (0.8.0) unstable; urgency=medium
* First stable version
-- Vladimir Markelov <vmatroskin@gmail.com> Sat, 20 Apr 2019 23:33:19 -0700