-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Issues: JuliaLang/julia
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
should Handling of exceptions by Julia or the user
maths
Mathematical functions
rationals
The Rational type and values thereof
x // y
such that iszero(x) && iszero(y)
throw an ArgumentError
or a DivideError
?
error handling
#56754
opened Dec 4, 2024 by
nsajko
Documentation about "Conversion from rational to floating-point"
docs
This change adds or pertains to documentation
maths
Mathematical functions
rationals
The Rational type and values thereof
#56726
opened Dec 1, 2024 by
ArnoStrouwen
Fixing the //(x::Number, y::Complex) one liner to accomodate silent overflows and division by zero/infinity
complex
Complex numbers
rationals
The Rational type and values thereof
#56478
opened Nov 6, 2024 by
Priynsh
Loading…
the Indicates an unexpected problem or unintended behavior
complex
Complex numbers
rationals
The Rational type and values thereof
//(::Number, ::Complex)
method is not correct when the second argument is zero or infinite
bug
#56245
opened Oct 19, 2024 by
nsajko
2
fix inexact conversion of Handling of exceptions by Julia or the user
error messages
Better, more actionable error messages
rationals
The Rational type and values thereof
Rational
to Integer
exception type
error handling
#55758
opened Sep 12, 2024 by
nsajko
Loading…
MethodError
thrown while preparing to throw InexactError
in conversion of Rational
to Integer
or Complex
to Real
complex
#55756
opened Sep 12, 2024 by
nsajko
Check for non-zero denominator in Mathematical functions
rationals
The Rational type and values thereof
iszero
for Rational
maths
#54874
opened Jun 21, 2024 by
jishnub
Loading…
Avoid silent overflow in Complex numbers
rationals
The Rational type and values thereof
/(x::Rational, y::Complex{Int})
complex
#53453
opened Feb 23, 2024 by
nhz2
Loading…
Int8(8) // Int8(100)im == -50im
due to overflow
bug
#53435
opened Feb 22, 2024 by
nhz2
Round to Nearest Fraction
feature
Indicates new feature / enhancement requests
rationals
The Rational type and values thereof
#53154
opened Feb 2, 2024 by
uniment
Non thread-safe use of BigInt and BigFloat
bug
Indicates an unexpected problem or unintended behavior
multithreading
Base.Threads and related functionality
rationals
The Rational type and values thereof
setrounding
in construction of BigFloat
from Rational
bignums
#52859
opened Jan 11, 2024 by
Joel-Dahne
rationalize
promises the impossible
bug
#52335
opened Nov 28, 2023 by
LilithHafner
Base: correctly rounded floats constructed from rationals
bugfix
This change fixes an existing bug
forget me not
PRs that one wants to make sure aren't forgotten
maths
Mathematical functions
rationals
The Rational type and values thereof
#49749
opened May 11, 2023 by
nsajko
Loading…
uniform Random number generation and the Random stdlib
rationals
The Rational type and values thereof
Rational
numbers on the closed interval [0,1]
randomness
#46060
opened Jul 16, 2022 by
andrewjradcliffe
Loading…
Rational multiplication 0 * Inf results in DivideError
error messages
Better, more actionable error messages
rationals
The Rational type and values thereof
#39638
opened Feb 12, 2021 by
mbravenboer
RFC: Calculations producing invalid rationals throw The Rational type and values thereof
ArgumentError
rationals
#25702
opened Jan 23, 2018 by
omus
Loading…
Faster Rational-like type
help wanted
Indicates that a maintainer wants help on an issue or pull request
maths
Mathematical functions
performance
Must go faster
rationals
The Rational type and values thereof
#11522
opened Jun 1, 2015 by
timholy
ProTip!
Updated in the last three days: updated:>2024-12-09.