Functions

r_tand.c File Reference

#include "cmplrs/host.h"
#include <math.h>
#include "moremath.h"
Include dependency graph for r_tand.c:

Go to the source code of this file.

Functions

float_t __rmod (float_t, float_t)
float_t __rtand (float_t x)
float_t r_tand (float_t *x)

Function Documentation

float_t __rmod ( float_t  ,
float_t   
)

Definition at line 45 of file r_mod.c.

References F, floorf(), q1, and q2.

Here is the call graph for this function:

float_t __rtand ( float_t  x  ) 

Definition at line 45 of file r_tand.c.

References __rmod(), F, and tanf().

Referenced by r_tand().

Here is the call graph for this function:

float_t r_tand ( float_t x  ) 

Definition at line 51 of file r_tand.c.

References __rtand().

Here is the call graph for this function: