NFun icon indicating copy to clipboard operation
NFun copied to clipboard

Create BigInt type

Open tmteam opened this issue 3 years ago • 0 comments

Convertion (int64|uint64)->bigint->real Operators All arithmetics and bitwise Id bigint (optional : int) Clr type BigInteger

Allow to choose prefered integer type for constant and integer operators ( use int as alias for bigint)

  • [ ] type system
  • [ ] operators
  • [ ] clr convertion
  • [ ] syntax settings for bigint
  • [ ] specification

tmteam avatar Feb 18 '22 17:02 tmteam