00001 // 繝ェ繝溘ャ繧ソ 00002 // 2011/02/14 Yuki YOKOKURA 00003 // 00004 // 莉サ諢上�ョ謨ー蛟、縺ァ蜈・蜉帙r蛻カ髯舌@縺ヲ蜃コ蜉� 00005 // 00006 // Copyright (C) 2011 Yuki YOKOKURA 00007 // This program is free software; 00008 // you can redistribute it and/or modify it under the terms of the GNU General Public License 00009 // as published by the Free Software Foundation; either version 3 of the License, or any later version. 00010 // This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 00011 // without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00012 // See the GNU General Public License for more details <http://www.gnu.org/licenses/>. 00013 // Besides, you can negotiate about other options of licenses instead of GPL. 00014 // If you would like to get other licenses, please contact us<yuki@katsura.sd.keio.ac.jp>. 00015 00016 #ifndef LIMITER 00017 #define LIMITER 00018 00019 double Limiter(double input, double limit); // 繝ェ繝溘ャ繧ソ input�シ帛�・蜉帑ソ。蜿キ�シ畦imit�シ帛宛髯仙�、 00020 00021 #endif 00022