You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since go (and perhaps plus gno) supports 64bit as maximum value for representing integer and float, I think math/big is one necessary thing in gno.
While debugging some codes, I found PR #306 and it looks like @jaekwon is trying to implment similar thing by supporting bigdec and bigtint types as native type for gno.
Description
Since go (and perhaps plus gno) supports 64bit as maximum value for representing integer and float, I think
math/big
is one necessary thing in gno.While debugging some codes, I found PR #306 and it looks like @jaekwon is trying to implment similar thing by supporting bigdec and bigtint types as native type for gno.
bigint
was defined https://github.com/gnolang/gno/blob/master/pkgs/gnolang/uverse.go#L112, butbigdec
hasn't.There is few things I'm having trouble with figuring it out.
The text was updated successfully, but these errors were encountered: