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
Sometimes one needs to print out Big values or objects containing them, and at least in Node the output is considerably ugly and mostly useless for a human:
Yes, I did have this in bignumber.js but I took it out because the reference to Symbol caused problems in some legacy browsers. I just added a note to the README instead, and I could do that here also.
Sometimes one needs to print out
Big
values or objects containing them, and at least in Node the output is considerably ugly and mostly useless for a human:I'm adding this to my projects using
Big
so that output is a bit friendlier:With this, the ouput would be like this:
which clearly shows that the value being printed is a
Big
and its human friendly representationPlease consider adding this or something similar to it to the base code so printing Big in node is friendlier to humans.
The text was updated successfully, but these errors were encountered: