BigInteger Development tracker
Gitlab link
Constructors
unsigned
types
signed
types
BigInteger does not yet implement negative numbers, but can take signed values as arguments
bool
types
float
types
Operators (
BI
: BigInteger,
T
: other type,
@
: the operator)
Operator
BI @ BI
BI @ T
T @ BI
@ BI
BI @
+=
+
-=
-
*=
*
/=
/
&=
&
|=
|
%=
%
ˆ=
ˆ
==
!=
<
>
<=
>=
<=>
++
--
~
invert()
!
<<
, bitshift
<<=
<<
, stream
>>
, bitshift
>>=
>>
, stream
[]
_get_bit()
Syntax highlighting by
highlight.js
using the
vs
theme.