Modules
Modules can be imported in Mathsys with the following syntax:standard which pulls the standard library definitions (currently only pi and e).
Local files can’t import each other yet.Learn how to use modules.
use {module name}
standard which pulls the standard library definitions (currently only pi and e).
Local files can’t import each other yet.Was this page helpful?