Question: Examples of maple.ini files

I was curious about what people put in their maple.ini files. For example, here is mine. interface(verboseproc=2): kernelopts(assertlevel=2): kernelopts(gcfreq=10000000): Testzero:= proc(O) evalb(simplify(O)=0) end proc: _Envsignum0:= 0: DataSummary:= (Statistics:-DataSummary)@(x->`if`(type(x, 'Array'), x, Array(x))): Would anyone have comments on this? What code do others use?
Please Wait...