ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
Signum.hh
[詳解]
1
6//
7// Copyright (C) 2011-2017 Yuki YOKOKURA
8// This program is free software;
9// you can redistribute it and/or modify it under the terms of the FreeBSD License.
10// For details, see the License.txt file.
11
12#ifndef SIGNUM
13#define SIGNUM
14
15namespace ARCS { // ARCS名前空間
16 double sgn(double input);
17}
18
19#endif
20
double sgn(double input)
符号関数
Definition Signum.cc:18