Pref::report
-- informations
during evaluationPref::report
controls the output of informations during
evaluation.
Pref::report(level)
level |
- | integer level between 0 and
9 , or NIL |
the last defined level
Pref::report
controls the frequence of report messages
of the MuPAD kernel during evaluation.0
disables printing information. If
level
is 1
, about every hour a message will
be printed. With 9
as argument the most reports will be
printed. The frequency is dependent on the machines speed.Pref::report
without arguments returns the
current value. The argument NIL
resets the default value,
which is 0
.Frequently information:
>> Pref::report(9): limit((1+1/n)^n,n=infinity)
[used=1612k, reserved=1738k, seconds=1] [used=2716k, reserved=2856k, seconds=2] exp(1)
Reset to no information:
>> Pref::report(0):