Skip to content

Commit

Permalink
Fixed bug in the rendering of the usage message for ConstrainedDeriva…
Browse files Browse the repository at this point in the history
…tive.
  • Loading branch information
episanty committed Feb 21, 2020
1 parent c772bd2 commit 956158c
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 127 deletions.
7 changes: 2 additions & 5 deletions RB-SFA.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

(* ::Input::Initialization:: *)
Begin["`Private`"];
$RBSFAtimestamp="Wed 19 Feb 2020 16:47:05";
$RBSFAtimestamp="Fri 21 Feb 2020 16:56:05";
End[];


Expand Down Expand Up @@ -900,10 +900,7 @@


(* ::Input::Initialization:: *)
ConstrainedDerivative::usage="ConstrainedDerivative[n][f][t,tt] calculates the nth derivative of f[t,tt] with respect to t under the constraint that \!\(\*SuperscriptBox[\"f\", TagBox[
RowBox[{\"(\",
RowBox[{\"0\", \",\", \"1\"}], \")\"}],
Derivative],\nMultilineFunction->None]\)[t,tt]\[Congruent]0.";
ConstrainedDerivative::usage="ConstrainedDerivative[n][f][t,tt] calculates the nth derivative of f[t,tt] with respect to t under the constraint that Derivative[0,1][f][t,tt]\[Congruent]0.";

Begin["`Private`"];
ConstrainedDerivative[n_][F_][te_,tte_]:=Block[{f,tts,t,tt},
Expand Down
Loading

0 comments on commit 956158c

Please sign in to comment.