Home
last modified time | relevance | path

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

/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dfloatcommon.c450 float aprxln(float x){ in aprxln() function
468 return aprxln(x) * M_LOG2E; in aprxlog2()
472 return aprxln(x) * M_LOG10E; in aprxlog10()
481 return (x-0.5) * aprxln(x) - x + 0.9189385332f; in aprxlngamma()
H A Dfloatcommon.h113 float aprxln(float x);