The base version of an OnoeNum object, stripped of its metatables and metamethods.
This type commonly appears when sending OnoeNum objects over the client-server boundary or saving it in datastores.
Example
{mantissa: 5.22, exponent: 4} // This represents 5.22 * 10^4, or 52200.
The base version of an OnoeNum object, stripped of its metatables and metamethods. This type commonly appears when sending OnoeNum objects over the client-server boundary or saving it in datastores.
Example