Changeset 54eba9d for src/aubio_priv.h


Ignore:
Timestamp:
Oct 3, 2016, 8:57:46 PM (8 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, sampler, yinfft+
Children:
8d38841
Parents:
ffd10fb
Message:

src/aubio_priv.h: add ATAN alias

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    rffd10fb r54eba9d  
    221221#define FLOOR      floorf
    222222#define CEIL       ceilf
     223#define ATAN       atanf
    223224#define ATAN2      atan2f
    224225#else
     
    233234#define FLOOR      floor
    234235#define CEIL       ceil
     236#define ATAN       atan
    235237#define ATAN2      atan2
    236238#endif
Note: See TracChangeset for help on using the changeset viewer.