Emulate 'log1p()' and 'expm1()' using 'log()' and 'exp()'
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 28 May 2016 18:07:22 +0000 (19:07 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 28 May 2016 18:07:22 +0000 (19:07 +0100)
commit22e031135ac2b81d8ac5d8d17d5a5a5b40281b6d
tree0ba1a82e4e1d008fb53b52287c51461c656d611d
parentebeffdd2949b8d915c2bb8cc447a675d7a0de5da
Emulate 'log1p()' and 'expm1()' using 'log()' and 'exp()'

(for MSVC which didn't implement those functions until very recent versions).
libs/pbd/msvc/msvc_pbd.cc
libs/pbd/pbd/msvc_pbd.h
msvc_extra_headers/ardourext/misc.h.input