File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ New language features
12
12
` findall ` , ` findfirst ` , ` argmin ` /` argmax ` and ` findmin ` /` findmax ` to work with these
13
13
objects, returning the index of matching non-missing elements in the parent ([ #31008 ] ).
14
14
15
+ * New methods ` nexfloat(::BigFloat, n::Int) ` and ` prevfloat(::BigFloat, n::Int) ` are
16
+ introduced.
17
+
15
18
Multi-threading changes
16
19
-----------------------
17
20
@@ -46,6 +49,7 @@ Standard library changes
46
49
* ` filter ` now supports ` SkipMissing ` -wrapped arrays ([ #31235 ] ).
47
50
* A no-argument construct to ` Ptr{T} ` has been added which constructs a null pointer ([ #30919 ] )
48
51
* ` 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.
49
53
50
54
#### LinearAlgebra
51
55
You can’t perform that action at this time.
0 commit comments