Changeset 956 in Sophya for trunk/SophyaLib/TArray/utilarr.h
- Timestamp:
- Apr 17, 2000, 6:56:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/utilarr.h
r926 r956 13 13 /* Quelques utilitaires pour les tableaux (Array) */ 14 14 15 //! define a function of double which returns a double 15 /*! \ingroup TArray 16 \typedef Arr_DoubleFunctionOfX 17 \brief define a function of float which returns a double 18 */ 16 19 typedef double (* Arr_DoubleFunctionOfX) (double x); 17 //! define a function of float which returns a float 20 /*! \ingroup TArray 21 \typedef Arr_FloatFunctionOfX 22 \brief define a function of float which returns a double 23 */ 18 24 typedef float (* Arr_FloatFunctionOfX) (float x); 19 25
Note:
See TracChangeset
for help on using the changeset viewer.