touchgfx::CWRUtil::arcsine() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::CWRUtil::arcsine() method

@fn static int8_t arcsine(Q10 q10) Gets the arcsine of the given fraction (given as Q10). Gets the arcsine of the given fraction (given as Q10). The function is most precise for angles 0-45. To limit memory requirements, values above sqrt(1/2) is calculated as 90-arcsine(sqrt(1-q10^2)). Internally.

Syntax

static int8_t arcsine(Q10 q10);

Arguments

q10

The 10.

Return value

An int8_t.

Call Tree

Functions calling touchgfx::CWRUtil::arcsine()
Functions called by touchgfx::CWRUtil::arcsine()
touchgfx::CWRUtil::arcsine()
touchgfx::CWRUtil::Q10::operator int() const
touchgfx::CWRUtil::Q10::~Q10()
all items filtered out
Data read by touchgfx::CWRUtil::arcsine()
touchgfx::CWRUtil::arcsine()::arcsineTable
touchgfx::CWRUtil::arcsine()::q7
all items filtered out
touchgfx::CWRUtil::arcsine()
Type of touchgfx::CWRUtil::arcsine()
touchgfx::CWRUtil::arcsine()
int8_t
uint8_t
all items filtered out