Previous Page Next Page Contents

patchlevel -- the patch number of the installed MuPAD library

Introduction

patchlevel() returns the patch number of the currently installed MuPAD library.

Call(s)

patchlevel()

Returns

a nonnegative integer.

Related Functions

Pref::kernel, version

Details

Example 1

To query the version of the MuPAD library of your local installation, ask for its version number

>> version()
                                 [2, 0, 0]

and for its patch number:

>> patchlevel()
                                     0

If the returned patch number is greater than zero, a patch was installed.

Changes




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000