You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`914f4fd`](https://github.com/stdlib-js/stdlib/commit/914f4fda357226b0b19278afb5de75f02773582d) - **docs:** update related packages sections [(#6995)](https://github.com/stdlib-js/stdlib/pull/6995)_(by stdlib-bot)_
470
471
-[`c9777d9`](https://github.com/stdlib-js/stdlib/commit/c9777d9355e9a8d91a8081b869d303f821da245d) - **feat:** add C implementation for `math/base/special/rising-factorial`[(#4455)](https://github.com/stdlib-js/stdlib/pull/4455)_(by Dhruv Arvind Singh, Karan Anand, Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: base/special/bernoullif/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ limitations under the License.
24
24
25
25
<sectionclass="intro">
26
26
27
+
</section>
28
+
27
29
<!-- /.intro -->
28
30
29
31
<sectionclass="usage">
@@ -61,7 +63,7 @@ v = bernoullif( 20 );
61
63
// returns ~-529.124
62
64
```
63
65
64
-
For even integers `n >= 66`, the function alternates between returning positive and negative infinity, as larger [Bernoulli numbers][bernoulli-number] cannot be safely represented in [single-precision floating-point format][ieee754]
66
+
For even integers `n >= 66`, the function alternates between returning positive and negative infinity, as larger [Bernoulli numbers][bernoulli-number] cannot be safely represented in [single-precision floating-point format][ieee754].
0 commit comments