Example 1: 
 
   > bashexecute("gcc -fPIC -Wall -c libraryexample.c -I$HOME/.local/include");
 
   > bashexecute("gcc -shared -o libraryexample libraryexample.o -lgmp -lmpfr");
 
   > myownlog = library("./libraryexample");
 
   > evaluate(log(x), 2);
 
   0.69314718055994530941723212145817656807550013436024
 
   > evaluate(myownlog(x), 2);
 
   0.69314718055994530941723212145817656807550013436024