File: float.map

package info (click to toggle)
gap-float 1.0.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: ansic: 2,154; cpp: 2,018; xml: 194; makefile: 112; sh: 1
file content (24 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
GAP_PKG_FLOAT {
	global:
		FLOAT_INFINITY_STRING;
		FLOAT_NINFINITY_STRING;
		FLOAT_EMPTYSET_STRING;
		FLOAT_REAL_STRING;
		FLOAT_I_STRING;
		MPZ_LONGINT;
		mpz_MPZ;
		INT_mpz;
		NEW_MPFR;
		GET_MPFR;
		PRINT_MPFR;
		InitMPFRKernel;
		InitMPFRLibrary;
		InitMPFIKernel;
		InitMPFILibrary;
		InitMPCKernel;
		InitMPCLibrary;
		InitFPLLLKernel;
		InitFPLLLLibrary;
		Init__Dynamic;
	local: *;
};