STIR
6.2.0
home
sirfuser
devel
STIRdistrib
STIR
src
include
stir
numerics
erf.h
Go to the documentation of this file.
1
//
2
//
3
/*
4
Copyright (C) 2004 - 2009, Hammersmith Imanet Ltd
5
This file is part of STIR.
6
7
SPDX-License-Identifier: Apache-2.0
8
9
See STIR/LICENSE.txt for details
10
*/
20
#include "
stir/common.h
"
21
22
#ifndef __stir_numerics_erf__H__
23
# define __stir_numerics_erf__H__
24
25
START_NAMESPACE_STIR
26
36
inline
double
erf(
double
);
37
inline
double
erfc(
double
);
39
40
END_NAMESPACE_STIR
41
42
# include "stir/numerics/erf.inl"
43
44
#endif // __stir_numerics_erf__H__
common.h
basic configuration include file
Generated on Tue Jul 23 2024 09:13:10 for STIR by
1.8.13