-
Notifications
You must be signed in to change notification settings - Fork 23
Issues: JuliaMath/FixedPointDecimals.jl
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Inconsistent error thrown for overflowing division depending on type
#112
opened Feb 11, 2025 by
mbarbar
updated Feb 11, 2025
Add
Base.checked_pow(::FixedDecimal, ::Integer)
, now that it's introduced in Base.
enhancement
#92
opened May 15, 2024 by
NHDaly
updated May 15, 2024
Introduce a toggle for making inexact arithmetic throw
#90
opened Jan 5, 2024 by
Drvi
updated Jan 5, 2024
FD{BigInt} operations currently allocate more than necessary due to promotion.
performance
#87
opened Dec 18, 2023 by
NHDaly
updated Dec 19, 2023
Eliminate/mitigate overflow (and rounding)
#81
opened Sep 12, 2023 by
PallHaraldsson
updated Sep 12, 2023
Stack overflow when calling constructor with only first type parameter
#70
opened Mar 2, 2022 by
mbarbar
updated Mar 2, 2022
[Question] How does this differ from FixedPointNumbers.jl?
#67
opened Jul 29, 2021 by
danilo-bc
updated Jul 29, 2021
Revert unsafe
@pure
annotations
bug
performance
#58
opened Aug 28, 2020 by
NHDaly
updated Aug 28, 2020
Add support for
numerator(::FD)
and denominator(::FD)
help wanted
#56
opened Jun 9, 2020 by
NHDaly
updated Jun 9, 2020
Parse Int64 supports whitespace, parse FixedDecimal does not
#55
opened May 19, 2020 by
mbravenboer
updated May 22, 2020
ProTip!
Add no:assignee to see everything that’s not assigned.