Describe the bug
Currently, the function format does not support a BigNumber as wordSize
To Reproduce
See following example:
// With math.config({ number: 'BigNumber' })
math.evaluate(format(-830, { notation: "hex", wordSize: 32 })) // Error: Option "wordSize" must be a number
In reference to: #3137 (comment)
Describe the bug
Currently, the function
formatdoes not support aBigNumberaswordSizeTo Reproduce
See following example:
In reference to: #3137 (comment)