URI: 
       Add pronunciation of Lucas - libzahl - big integer library
  HTML git clone git://git.suckless.org/libzahl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f2734fde832c3f45d0dc9350c561d4137a422788
   DIR parent 4d41ca9124a0bbb4a26a856c76943317653ebc77
  HTML Author: Mattias Andrée <maandree@kth.se>
       Date:   Sun, 24 Jul 2016 22:19:20 +0200
       
       Add pronunciation of Lucas
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/not-implemented.tex             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
       @@ -471,7 +471,7 @@ calculation could be used for sufficiently small input.
        \section{Lucas numbers}
        \label{sec:Lucas numbers}
        
       -Lucas numbers can be calculated by utilising
       +Lucas [lyk\textscripta] numbers can be calculated by utilising
        {\tt fib\_ll} from \secref{sec:Fibonacci numbers}:
        
        \begin{alltt}