prog::makeBinLib
-- binary
version of a libraryprog::makeBinLib
creates a binary version of a function
or library.
prog::makeBinLib()
prog::makeBinLib(path)
prog::makeBinLib(path, fname)
path |
- | string that determines a path |
fname |
- | string that determines a file |
the void object null()
prog::makeBinLib
creates a binary version
file.mb
corresponding to a MuPAD source file
file.mu
.
This function ist mostly obsolete with MuPAD 2.0, due to the following changes:
prog::makeBinLib
does not stop anyone from
reading your MuPAD code, it only causes the parsing step to be
omitted when reading the file.misc::makeBinLib