Skip to content

Commit c32800d

Browse files
add news
1 parent 6c33f29 commit c32800d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ New language features
1212
`findall`, `findfirst`, `argmin`/`argmax` and `findmin`/`findmax` to work with these
1313
objects, returning the index of matching non-missing elements in the parent ([#31008]).
1414

15+
* New methods `nexfloat(::BigFloat, n::Int)` and `prevfloat(::BigFloat, n::Int)` are
16+
introduced.
17+
1518
Multi-threading changes
1619
-----------------------
1720

@@ -46,6 +49,7 @@ Standard library changes
4649
* `filter` now supports `SkipMissing`-wrapped arrays ([#31235]).
4750
* A no-argument construct to `Ptr{T}` has been added which constructs a null pointer ([#30919])
4851
* `strip` now accepts a function argument in the same manner as `lstrip` and `rstrip` ([#31211])
52+
* `nextfloat(::BigFloat)` and `prevfloat(::BigFloat)` now uses the precision of the argument.
4953

5054
#### LinearAlgebra
5155

0 commit comments

Comments
 (0)