Unit 'gmp' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#gmp]

mpf_t

Declaration

Source position: gmp.pas line 97

type mpf_t = record

  prec: LongInt;

  size: LongInt;

  exp: mp_exp_t;

  data: mpn_ptr;

end;


Documentation generated on: 2023-03-18