Changeset ea912cc for src


Ignore:
Timestamp:
Apr 8, 2013, 5:27:55 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
95dc7f2
Parents:
8a7b344
Message:

src/mathutils.h: markdown syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r8a7b344 rea912cc  
    4141
    4242  \param s vector to compute mean from
    43 
    44   \return the mean of v
     43  \return the mean of `v`
    4544
    4645*/
     
    259258  \param pf is the floating point index [0;2]
    260259 
    261   \return s0 + (pf/2.)*((pf-3.)*s0-2.*(pf-2.)*s1+(pf-1.)*s2);
     260  \return \f$ s0 + (pf/2.)*((pf-3.)*s0-2.*(pf-2.)*s1+(pf-1.)*s2); \f$
    262261
    263262*/
Note: See TracChangeset for help on using the changeset viewer.