Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

Mini-num is a module which supplements the numeric functions of the MiniScript programming language, including those in the mathUtil module. It consists of 18 functions.

It has been written so as to require no dependencies other than the intrinsic functions built into MiniScript itself.

To use it all you need to do is to copy the source code (in the talk page) to a text file called num.ms within a directory (preferably the same directory as the importing script) where the MiniScript executable can find it.

Documentation for each function and examples of use are also included in the talk page.

Pages in category "Mini-num"

The following 3 pages are in this category, out of 3 total.