RusMermaid / Ural_CS

GNU Lesser General Public License v2.1
4 stars 1 forks source link

Create the ability of multiplication of 2 binch numbers #18

Closed RusMermaid closed 2 years ago

RusMermaid commented 2 years ago

Created binch.Multply method that deals with that

RusMermaid commented 2 years ago

Actually added binary Left shift (.Lsh) and Right shift (.Rsh) as public static methods to siplify the .Multiply method. Though didn't code operators for them (>> and <<)

RusMermaid commented 2 years ago

Done in .Multiply method