Fix `rationalize(x)` accuracy with tiny floats / when x is a rational #60828
Fix `rationalize([T,] x::Rational; ...)`
8c037c4a
Fix `rationalize(x)` accuracy for tiny `x`
e97d914c
Fix `rationalize(T, x)` with `x` negative integer and `T` unsigned
66e616aa
More descriptive error message
9045610f
This will be faster since `inv(maxintfloat(x))` is a constant
0f0f4695
Fix computation of the precision required
0276a685
Add tests for subnormal numbers
9a5ed9f2
Merge branch 'master' into rationalize_fix
5004d38f
Remove trailing whitespace
106d53b9
Fix inferrability issue
eb09d88c
Merge branch 'master' into rationalize_fix
7004762a
Labels
rationals
maths
bugfix
Login to write a write a comment.
Login via GitHub