Changeset 76fc277


Ignore:
Timestamp:
Oct 11, 2009, 12:33:04 PM (15 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:
2fde783
Parents:
77a321c
Message:

src/aubio_priv.h: add macro for ATAN2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r77a321c r76fc277  
    143143#define FLOOR      floorf
    144144#define CEIL       ceilf
     145#define ATAN2      atan2f
    145146#else
    146147#define EXP        exp
     
    154155#define FLOOR      floor
    155156#define CEIL       ceil
     157#define ATAN2      atan2
    156158#endif
    157159#define ROUND(x)   FLOOR(x+.5)
Note: See TracChangeset for help on using the changeset viewer.