Skip to content

Commit

Permalink
Ooops undo over zealous cutting
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Jan 28, 2024
1 parent 181e754 commit 758ccc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/@sym/heaviside.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
%% @end example
%%
%% There are various conventions for 'heaviside(sym(0))'; this function
%% returns the midpoint by default.
%% returns the midpoint by default on recent enough SymPy:
%% @example
%% @group
%% @c doctest: +SKIP_UNLESS(pycall_sympy__ ('return Version(spver) > Version("1.8")'))
%% heaviside(sym(0))
%% @result{} (sym) 1/2
%% @end group
Expand Down

0 comments on commit 758ccc7

Please sign in to comment.