Functions

r_sind.c File Reference

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

Go to the source code of this file.

Functions

float_t __rmod (float_t, float_t)
float_t __rsind (float_t x)
float_t r_sind (float_t *x)

Function Documentation

float_t __rmod ( float_t  ,
float_t   
)

Definition at line 45 of file r_mod.c.

float_t __rsind ( float_t  x  ) 

Definition at line 45 of file r_sind.c.

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

Referenced by r_sind().

Here is the call graph for this function:

float_t r_sind ( float_t x  ) 

Definition at line 51 of file r_sind.c.

References __rsind().

Here is the call graph for this function: