"Fossies" - the Fresh Open Source Software Archive

Member "KASH3-lib-archindep-2008-07-31/lib/isoinit.k" (3 Sep 2008, 213 Bytes) of package /linux/misc/old/KASH3-lib-archindep-2008-07-31.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 NewType("iso",0);
    2 NewType("mult",2);
    3 
    4 ReadLib("elliptic",rec(IgnoreErrors:=true));
    5 ReadLib("MultPol",rec(IgnoreErrors:=true));
    6 ReadLib("ideals",rec(IgnoreErrors:=true));
    7 ReadLib("iso",rec(IgnoreErrors:=true));
    8 
    9 
   10