Example 1: 
 
   > verbosity=1!;
 
   > roundingwarnings = on;
 
   Rounding warning mode has been activated.
 
   > exp(0.1);
 
   Warning: Rounding occurred when converting the constant "0.1" to floating-point with 165 bits.
 
   If safe computation is needed, try to increase the precision.
 
   Warning: rounding has happened. The value displayed is a faithful rounding of the true result.
 
   1.1051709180756476248117078264902466682245471947375
 
   > roundingwarnings = off;
 
   Rounding warning mode has been deactivated.
 
   > exp(0.1);
 
   1.1051709180756476248117078264902466682245471947375