Changeset 247 for trunk/archive/pslib/include/psFunctions.h
- Timestamp:
- Mar 15, 2004, 3:20:03 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psFunctions.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psFunctions.h
r226 r247 2 2 #define PS_FUNCTIONS_H 3 3 4 #include "psStdArrays.h" 4 /** \file psFunctions.h 5 * \brief Standard Mathematical Functions. 6 * \ingroup MathGroup 7 */ 5 8 6 /* Standard Functions */ 7 8 /** Gaussian. Note that this is not a Gaussian deviate */ 9 /** evaluate a non-normalized Gaussian with the given mean and sigma at the given coordianate. Note that this 10 is not a Gaussian deviate. The evaluated Gaussian is: \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] */ 9 11 float 10 12 psGaussian(float x, //!< Value at which to evaluate
Note:
See TracChangeset
for help on using the changeset viewer.
