Zephyr Scientific Library (zscilib)
|
API header file for zscilib. More...
#include <math.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <zsl/consts.h>
Go to the source code of this file.
Macros | |
#define | ZSL_VERSION "0.2.0-rc1" |
#define | ZSL_VERSION_MAJOR 0 |
#define | ZSL_VERSION_MINOR 2 |
#define | ZSL_VERSION_REVISION 0 |
#define | ZSL_VERSION_STATUS "-rc1" |
#define | ZSL_VERSION_DATE __DATE__ |
#define | ZSL_CEIL ceil |
#define | ZSL_FLOOR floor |
#define | ZSL_ROUND round |
#define | ZSL_ABS fabs |
#define | ZSL_MIN fmin |
#define | ZSL_MAX fmax |
#define | ZSL_POW pow |
#define | ZSL_EXP exp |
#define | ZSL_LOG log |
#define | ZSL_LOG10 log10 |
#define | ZSL_SQRT sqrt |
#define | ZSL_SIN sin |
#define | ZSL_COS cos |
#define | ZSL_TAN tan |
#define | ZSL_ASIN asin |
#define | ZSL_ACOS acos |
#define | ZSL_ATAN atan |
#define | ZSL_ATAN2 atan2 |
#define | ZSL_SINH sinh |
#define | ZSL_COSH cosh |
#define | ZSL_TANH tanh |
#define | ZSL_ERF erf |
#define | ZSL_FMA fma |
Typedefs | |
typedef double | zsl_real_t |
Variables | |
const char * | zsl_version |
API header file for zscilib.
This file contains the entry points to the zscilib APIs.
Definition in file zsl.h.
typedef double zsl_real_t |