OSDN Git Service

Fix Makefile.am to install headers.
[islib/islib.git] / sigmoid.hpp
1 #ifndef DEFINES_ISLIB_SIGMOID_HPP
2
3 #define DEFINES_ISLIB_SIGMOID_HPP
4
5 namespace islib
6   {
7     //
8     // Declaration of function
9     //
10     double sigmoid ( double );
11   }
12
13 #endif // DEFINES_ISLIB_SIGMOID_HPP
14
15 //
16 // End of file
17 //