Searched refs:LN_2_B (Results 1 – 1 of 1) sorted by relevance
82 private static final double LN_2_B = 1.17304635250823482e-7; field in FastMath1439 c = a + LN_2_B*exp; in log()1440 d = -(c - a - LN_2_B*exp); in log()