Pref::kernel
-- the version
number of the presently used MuPAD kernelPref::kernel(
)
returns the version number
of the presently used kernel.
Pref::kernel()
the version number: a list of three nonnegative integers.
Pref::kernel
refers to the kernel, whereas the call
version
()
returns the version number of the installed MuPAD library.Do the version numbers of kernel and library coincide?
>> Pref::kernel() = version()
[2, 0, 0] = [2, 0, 0]