Defines | Functions
math_utils_test.c File Reference
#include "csm_all.h"
#include <time.h>
#include "math_utils.h"
Include dependency graph for math_utils_test.c:

Go to the source code of this file.

Defines

#define myacos(x)   ( ((float) (M_PI/2) ) - myasin(x))

Functions

int main ()
float myasin (float x)
void polar (float x, float y, double *restrict rho, double *restrict theta)
void polar2 (double x, double y, double *restrict rho, double *restrict theta)

Define Documentation

#define myacos (   x)    ( ((float) (M_PI/2) ) - myasin(x))

Definition at line 35 of file math_utils_test.c.


Function Documentation

int main ( )

Definition at line 70 of file math_utils_test.c.

float myasin ( float  x) [inline]

Definition at line 7 of file math_utils_test.c.

void polar ( float  x,
float  y,
double *restrict  rho,
double *restrict  theta 
) [inline]

Definition at line 36 of file math_utils_test.c.

void polar2 ( double  x,
double  y,
double *restrict  rho,
double *restrict  theta 
) [inline]

Definition at line 65 of file math_utils_test.c.



csm
Author(s): Andrea Censi
autogenerated on Fri May 17 2019 02:28:33