Libav
Functions | Variables
eval.c File Reference
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "libavutil/libm.h"
#include "libavutil/timer.h"
#include "libavutil/eval.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

static const double const_values []
 
static const char *const const_names []
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 39 of file eval.c.

Variable Documentation

◆ const_values

const double const_values[]
static
Initial value:
= {
M_PI,
M_E,
0
}
#define M_E
Definition: ratecontrol.c:42

Definition at line 27 of file eval.c.

Referenced by main().

◆ const_names

const char* const const_names[]
static
Initial value:
= {
"PI",
"E",
0
}

Definition at line 33 of file eval.c.

Referenced by main().