ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
StepWave.hh
1
8//
9// Copyright (C) 2011-2020 Yokokura, Yuki
10// This program is free software;
11// you can redistribute it and/or modify it under the terms of the FreeBSD License.
12// For details, see the License.txt file.
13
14#ifndef STEPWAVE
15#define STEPWAVE
16
17namespace ARCS { // ARCS名前空間
18 double StepWave(const double Tstp, const double t);
19}
20
21#endif
22