On 01/31/2014 10:29 AM, Marc Feeley wrote:
On the bright side I have tested MSCV and sinh, cosh, tanh are available in math.h (at least in versions 10, 11 and 12). So that leaves asinh, acosh, atanh, scalbn, ilogb, expm1, and log1p to implement.
Use frexp and ldexp for ilogb and scalbn.
Brad