Home
last modified time | relevance | path

Searched refs:m_apm_factorial (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapmfact.c137 void m_apm_factorial(M_APM moutput, M_APM minput) in m_apm_factorial() function
/haiku/headers/libs/mapm/
H A Dm_apm.h257 extern void m_apm_factorial(M_APM, M_APM);
592 {MAPM ret;m_apm_factorial(ret.val(),cval());return ret;} in factorial()