We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b1017 commit d318dc6Copy full SHA for d318dc6
NEWS.md
@@ -47,6 +47,10 @@ Note: We're only listing outstanding class updates.
47
* `IO.select` accepts +Float::INFINITY+ as a timeout argument.
48
[[Feature #20610]]
49
50
+* Math
51
+
52
+ * `Math.log1p` and `Math.expm1` are added. [[Feature #21527]]
53
54
* Socket
55
56
* `Socket.tcp` & `TCPSocket.new` accepts `open_timeout` as a keyword argument to specify
@@ -254,3 +258,4 @@ The following bundled gems are updated.
254
258
[Feature #21287]: https://bugs.ruby-lang.org/issues/21287
255
259
[Feature #21347]: https://bugs.ruby-lang.org/issues/21347
256
260
[Feature #21360]: https://bugs.ruby-lang.org/issues/21360
261
+[Feature #21527]: https://bugs.ruby-lang.org/issues/21527
0 commit comments