prog::makeBinLib -- binary
version of a library
Introductionprog::makeBinLib creates a binary version of a function
or library.
Call(s)prog::makeBinLib()
prog::makeBinLib(path)
prog::makeBinLib(path, fname)
Parameterspath |
- | string that determines a path |
fname |
- | string that determines a file |
Returnsthe void object null()
Side
Effectsprog::makeBinLib creates a binary version
file.mb corresponding to a MuPAD source file
file.mu.
DetailsThis 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