-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Negative number is not handled correctly . #462
Comments
any suggestion for this issue. @BenjaminVanRyseghem |
It's definitely a bug. I will try to address it asap, but if you have any suggestion to fix it, PRs are welcomed 😄 |
Hello,
Thanks you for response.
Yes I have fix for this issue, I will create PR.
Just small question I have on which branch I should create PR.
Thanks & Regards,
Bharti
…________________________________
From: Benjamin Van Ryseghem <notifications@github.com>
Sent: Monday, 23 March 2020, 12:45 pm
To: BenjaminVanRyseghem/numbro
Cc: Bharti Dengada; Author
Subject: Re: [BenjaminVanRyseghem/numbro] Negative number is not handled correctly . (#462)
It's definitely a bug.
I will try to address it asap, but if you have any suggestion to fix it, PRs are welcomed 😄
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#462 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOZYYASP6TVLZHB32XXM3MTRI5DWTANCNFSM4LGJBM7Q>.
|
|
in numbro 2.3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example:-
numbro(
-1.2
).format({
mantissa : 5, characteristic: 3
});
output :- 0-1.20000
but correct out should be -001.20000
The text was updated successfully, but these errors were encountered: