aboutsummaryrefslogtreecommitdiff
path: root/ic-reals-6.3/math-lib/math-lib.h
blob: 51c25be0a97fa30aeb32e02fce03325f4765b46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) 2000, Imperial College
 *
 * This file is part of the Imperial College Exact Real Arithmetic Library.
 * See the copyright notice included in the distribution for conditions
 * of use.
 */

/*
 * This is the structure holding the closure data for those functions
 * which use the standard tensor continuation.
 */

typedef struct {
	int n;
	Real x;
	TenXY *(*nextTensor)(Real, Real, int);
} ClsData;