/* this is c:\Users\wooll\maxima\maxima-init.mac */ maxima_userdir: "c:/work5" $ maxima_tempdir : "c:/work5"$ file_search_maxima : append(["c:/work5/###.{mac,mc}"],file_search_maxima )$ file_search_lisp : append(["c:/work5/###.lisp"],file_search_lisp )$ rnddp(expr,dp):= if floatnump (expr) then float((round(expr*10^dp)/10^dp)) else expr$ /* wxMaxima can be made to execute commands at every start-up by placing them in a text file with the name wxmaxima.rc in the user directory. This directory can be found by typing maxima_userdir --> c:/Users/wooll/maxima/ */