ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
FunctionBase.hh
[詳解]
1
8//
9// Copyright (C) 2011-2023 Yokokura, Yuki
10// MIT License. For details, see the LICENSE file.
11
12#ifndef FUNCTIONBASE
13#define FUNCTIONBASE
14
15namespace ARCS { // ARCS名前空間
16 double FunctionBase(double u);
17}
18
19#endif
20
double FunctionBase(double u)
関数のベース
Definition FunctionBase.cc:33