YetAnotherCoupler
3.5.2
Loading...
Searching...
No Matches
src
core
interp_method_fixed.h
Go to the documentation of this file.
1
// Copyright (c) 2024 The YAC Authors
2
//
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
#ifndef INTERP_METHOD_FIXED_H
6
#define INTERP_METHOD_FIXED_H
7
8
#include "
interp_method.h
"
9
10
// YAC PUBLIC HEADER START
11
12
#define YAC_INTERP_FIXED_VALUE_DEFAULT (DBL_MAX)
13
14
struct
interp_method
*
yac_interp_method_fixed_new
(
double
value
);
15
16
// YAC PUBLIC HEADER STOP
17
18
#endif
// INTERP_METHOD_FIXED_H
interp_method.h
value
struct @7::@8 value
yac_interp_method_fixed_new
struct interp_method * yac_interp_method_fixed_new(double value)
Definition
interp_method_fixed.c:48
interp_method
Definition
interp_method_internal.h:22
Generated on Wed Dec 4 2024 11:31:43 for YetAnotherCoupler by
1.11.0