Skip to content

Commit 1e11020

Browse files
committed
Update for 2023
1 parent 038bb6c commit 1e11020

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

inst/@double/bernoulli.m

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Copyright (C) 2018-2019, 2022 Colin B. Macdonald
1+
%% Copyright (C) 2018-2019, 2022-2023 Colin B. Macdonald
22
%%
33
%% This file is part of OctSymPy.
44
%%
@@ -32,7 +32,8 @@
3232
%% @end group
3333
%% @end example
3434
%%
35-
%% Note there are two conventions in the literature about the sign of B_1:
35+
%% Note there are two conventions in the literature about the sign of B_1,
36+
%% but for certain the absolute value is one half:
3637
%% @example
3738
%% @group
3839
%% @c Would render with an extra zero on earlier Octave
@@ -41,7 +42,7 @@
4142
%% @result{} 0.5000
4243
%% @end group
4344
%% @end example
44-
%% As of 2022, this numerical evaluation function is in a state of flux
45+
%% As of 2023, this numerical evaluation function is in a state of flux
4546
%% about which one it takes, @pxref{@@sym/bernoulli}.
4647
%%
4748
%% Polynomial example:

inst/@sym/bernoulli.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Copyright (C) 2014-2016, 2018-2019, 2022 Colin B. Macdonald
1+
%% Copyright (C) 2014-2016, 2018-2019, 2022-2023 Colin B. Macdonald
22
%%
33
%% This file is part of OctSymPy.
44
%%
@@ -33,7 +33,7 @@
3333
%% @end example
3434
%%
3535
%% Note there are two different definitions in use which differ
36-
%% in the sign of the value of B_1. As of 2022 and a sufficient
36+
%% in the sign of the value of B_1. As of 2023 and a sufficiently
3737
%% recent SymPy library, we use the definition with positive one half:
3838
%% @example
3939
%% @group

0 commit comments

Comments
 (0)