Skip to content

Commit

Permalink
Minor code edits; etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Dec 7, 2024
1 parent 75ea778 commit 15dd605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Numbers/PeterO/Numbers/EInteger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5001,8 +5001,8 @@ public EInteger ShiftRight(EInteger eshift) {
/// <summary>Returns an arbitrary-precision integer with the bits
/// shifted to the left by a number of bits given as an
/// arbitrary-precision integer. A value of 1 doubles this value, a
/// value of 2 multiplies it by 4, a value of 3 &times; by, a value of
/// 4 &times; by, and so on.</summary>
/// value of 2 multiplies it by 4; a value of 3, by 8; a value of 4, by
/// 16; and so on.</summary>
/// <param name='eshift'>The number of bits to shift. Can be negative,
/// in which case this is the same as ShiftRight with the absolute
/// value of this parameter.</param>
Expand Down

0 comments on commit 15dd605

Please sign in to comment.