mplisp

miniPicoLisp with FFI and modules for Buddy BDD library, OpenGL, Gtk and GMP
git clone https://logand.com/git/mplisp.git/
Log | Files | Refs

ext.h (141B)


      1 any Snx(any ex);
      2 any Sin(any ex);
      3 any Cos(any ex);
      4 any Tan(any ex);
      5 any Atan(any ex);
      6 any Dist(any ex);
      7 any Ulaw(any ex);
      8 any Base64(any x);