This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
#include <flens/flens.h>
#include "auexcept.h"
Go to the source code of this file.
Namespaces | |
namespace | aureservoir |
Functions | |
void | aureservoir::set_denormal_flags () throw (AUExcept) |
void | aureservoir::denormals_add_dc (float *data, int size) |
void | aureservoir::denormals_add_dc (double *data, int size) |
Variables | |
const float | aureservoir::SINGLE_DENORMAL_DC = 1.0E-25 |
const double | aureservoir::DOUBLE_DENORMAL_DC = 1.0E-30 |