Cyclone Scheme  0.28.0
Data Fields
bignum_type Struct Reference

Exact integer of unlimited precision. More...

#include <types.h>

Data Fields

mp_int bn
 
gc_header_type hdr
 
tag_type tag
 

Detailed Description

Exact integer of unlimited precision.

The backing store is the mp_int data type from LibTomMath.

Note memory for mp_int is allocated via malloc, so bignums must always be allocated on Cyclone's heap.


The documentation for this struct was generated from the following file: