issues
search
stencillogic
/
astro-float
Arbitrary precision floating point numbers library
MIT License
101
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Correctly map `astro-float` features to `astro-float-num` features
#34
https123456789
opened
2 months ago
1
Subtraction gives wrong result
#33
dzamkov
opened
3 months ago
1
Implement missing functionality in the function pow()
#32
stencillogic
opened
4 months ago
0
`BigFloat::log` infinite loop?
#31
mtak-
opened
4 months ago
2
Add functions for next_up() and next_down() values.
#30
stencillogic
opened
5 months ago
0
Calculate number of representable values between two BigFloats
#29
exoriente
opened
5 months ago
3
Add convenience functions for conversion to primitive integer types.
#28
stencillogic
opened
7 months ago
2
Store the mantissa as a `Box<[Word]>` rather than a vector
#27
tgross35
opened
7 months ago
1
Use target pointer width rather than x86
#26
tgross35
opened
7 months ago
1
Add a `BigFloat` with const generic precision
#25
tgross35
opened
7 months ago
0
Fix round() function
#24
stencillogic
closed
8 months ago
0
Unexpected rounding behaviour.
#23
atrabattoni
closed
7 months ago
5
Convert BigFloat to BigUint (from num_bigint)
#22
Janmajayamall
closed
7 months ago
8
Release 0.9.2
#21
stencillogic
closed
11 months ago
0
Acosh atanh boundary
#20
benjamin-cates
closed
11 months ago
1
Fix `exp(-inf)` being negative infinity
#19
benjamin-cates
closed
11 months ago
3
Fix sinh for large negative numbers
#18
benjamin-cates
closed
11 months ago
1
`sinh` of a large negative number returns positive infinity
#17
benjamin-cates
closed
11 months ago
1
New release
#16
stencillogic
closed
11 months ago
0
Release 0.8.0
#15
stencillogic
closed
1 year ago
0
Addition of specific values in `expr!` hangs astro_float
#14
barafael
closed
11 months ago
5
Values 10x smaller with BigFloat::from_f64();
#13
bktech2021
closed
1 year ago
1
Typedefs Don't Support non-x86
#12
Chris--B
closed
1 year ago
2
Proposal for a public `BigFloat::to_f64`
#11
Alextopher
opened
1 year ago
8
Implement ^ operator in expr macro
#10
stencillogic
closed
1 year ago
1
Implement AGM algorithms for the logarithm.
#9
stencillogic
opened
1 year ago
0
Improve performance of Mantissa::mul_short
#8
stencillogic
opened
1 year ago
0
Improve performance of Mantissa::div_short
#7
stencillogic
opened
1 year ago
0
Improve performance of Mantissa::pow_mod
#6
stencillogic
closed
1 year ago
1
Review Unsafe code sections.
#5
stencillogic
closed
1 year ago
0
Replace SmallVec with Vec
#4
stencillogic
closed
1 year ago
0
Improve performance of printing and parsing of decimal.
#3
stencillogic
closed
1 year ago
1
Create LICENSE
#2
stencillogic
closed
1 year ago
0
Add basic support for `Serialize` + `Deserialize`
#1
oovm
closed
2 years ago
2