Classes | Macros | Typedefs
arith.h File Reference
#include <stdio.h>
#include <math.h>
#include <varargs.h>
Include dependency graph for arith.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  line
 

Macros

#define COLLISION   -2
 
#define EMPTY   -1
 
#define EPS   1.0e-4
 
#define FALSE   0
 
#define HASHNO   15625
 
#define MAX   50
 
#define MAXEDGE   2000
 
#define MAXRANK   6
 
#define NSPACE   1.0e-4
 
#define TRUE   1
 
#define UNIT   1.0e-4
 

Typedefs

typedef struct line LINE
 
typedef int LOGICAL
 
typedef VECTOR MATRIX[MAX]
 
typedef double REAL
 
typedef int TABLE[HASHNO]
 
typedef REAL VECTOR[MAX]
 

Macro Definition Documentation

◆ COLLISION

#define COLLISION   -2

Definition at line 22 of file arith.h.

◆ EMPTY

#define EMPTY   -1

Definition at line 21 of file arith.h.

◆ EPS

#define EPS   1.0e-4

Definition at line 15 of file arith.h.

◆ FALSE

#define FALSE   0

Definition at line 20 of file arith.h.

◆ HASHNO

#define HASHNO   15625

Definition at line 23 of file arith.h.

◆ MAX

#define MAX   50

Definition at line 12 of file arith.h.

◆ MAXEDGE

#define MAXEDGE   2000

Definition at line 14 of file arith.h.

◆ MAXRANK

#define MAXRANK   6

Definition at line 13 of file arith.h.

◆ NSPACE

#define NSPACE   1.0e-4

Definition at line 17 of file arith.h.

◆ TRUE

#define TRUE   1

Definition at line 19 of file arith.h.

◆ UNIT

#define UNIT   1.0e-4

Definition at line 18 of file arith.h.

Typedef Documentation

◆ LINE

typedef struct line LINE

◆ LOGICAL

typedef int LOGICAL

Definition at line 31 of file arith.h.

◆ MATRIX

typedef VECTOR MATRIX[MAX]

Definition at line 27 of file arith.h.

◆ REAL

typedef double REAL

Definition at line 25 of file arith.h.

◆ TABLE

typedef int TABLE[HASHNO]

Definition at line 29 of file arith.h.

◆ VECTOR

typedef REAL VECTOR[MAX]

Definition at line 26 of file arith.h.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Mon Feb 28 2022 22:18:28