Define tanhf for systems that do not have it.

This commit is contained in:
jjgarcia 2001-07-23 10:56:18 +00:00
parent 9f01940912
commit 2dbdc71318

View file

@ -25,6 +25,7 @@
# define tanf tan
# define sinhf sinh
# define coshf cosh
# define tanhf tanh
#endif
#ifndef M_PI