URI: 
       More on stuff that will not be included - libzahl - big integer library
  HTML git clone git://git.suckless.org/libzahl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit aa24c082343e22c743a64919da6e0d5d04e161af
   DIR parent d4f19d72145dcf659ba16882aabdc729fa207057
  HTML Author: Mattias Andrée <maandree@kth.se>
       Date:   Thu,  2 Jun 2016 13:14:32 +0200
       
       More on stuff that will not be included
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/not-implemented.tex             |      11 +++++++++++
       
       1 file changed, 11 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
       @@ -18,6 +18,17 @@ a robust program should store temporary
        variables on a stack, so they can be
        clean up of something happens.
        
       +Research problems, like prime-factorisation
       +and discrete logarithms do not fit in the
       +scope of bignum libraries. % Unless they are extraordinarily bloated with vague mission-scope, like systemd.
       +And therefore does not fit into libzahl,
       +and will not be included in this chapter.
       +Operators and functions that grow so
       +ridiculously fast that a tiny lookup table
       +constructed to cover all practicle input
       +will also not be included in this chapter,
       +nor in libzahl.
       +
        \vspace{1cm}
        \minitoc