Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    rf72364d r1a74ac3  
    1919*/
    2020
    21 /** \file
    22 
    23   Various math functions
    24 
    25   \example test-mathutils.c
    26   \example test-mathutils-window.c
    27 
     21/** @file
     22 *  various math functions
    2823 */
    2924
     
    185180void fvec_min_removal (fvec_t * v);
    186181
    187 /** compute moving median threshold of a vector
     182/** compute moving median theshold of a vector
    188183
    189184  This function computes the moving median threshold value of at the given
    190 position of a vector, taking the median among post elements before and up to
     185position of a vector, taking the median amongs post elements before and up to
    191186pre elements after pos.
    192187 
Note: See TracChangeset for help on using the changeset viewer.