From: Fabian Stemmler Date: Sun, 25 Aug 2019 15:20:10 +0000 (+0200) Subject: Added functionality to AsmNumberUtil X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=7f2b6c0cb071ae8ffdd21155d6e55feec5ae15e8;hp=7f2b6c0cb071ae8ffdd21155d6e55feec5ae15e8;p=Mograsim.git Added functionality to AsmNumberUtil BigIntegers can now be formatted as any of the NumberTypes A String can now be parsed as a BigInteger of a given NumberType It can now be checked, if a String is a prefix of a valid number ---