NumOptions is used inside of Num's Constructor to give extra information about a number. They are especially important when converting a non-base 10 number to another base.
| Name | Description | Type | Example |
|---|---|---|---|
| num | The number being wrapped by Num. | String/Number | "1a" |
| base? | The base of num. | Number | 16 |