BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

math.h File Reference

Mathematics and Statistics. More...

Go to the source code of this file.

Data Structures

struct  pj_math_stat
 

Macros

#define PJ_PI   3.14159265358979323846 /* pi */
 
#define PJ_1_PI   0.318309886183790671538 /* 1/pi */
 
#define PJ_ABS(x)   ((x) > 0 ? (x) : -(x))
 
#define PJ_MAX(x, y)   ((x) > (y)? (x) : (y))
 
#define PJ_MIN(x, y)   ((x) < (y)? (x) : (y))
 

Functions

unsigned pj_isqrt (unsigned i)
 
void pj_math_stat_init (pj_math_stat *stat)
 
void pj_math_stat_update (pj_math_stat *stat, int val)
 
unsigned pj_math_stat_get_stddev (const pj_math_stat *stat)
 
void pj_math_stat_set_stddev (pj_math_stat *stat, unsigned dev)
 

Detailed Description

Mathematics and Statistics.

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.