valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget to define tanh.
1999-11-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget to define tanh. From-SVN: r30580
This commit is contained in:
parent
b71733d53f
commit
9c5c5c8a31
@ -1,3 +1,8 @@
|
||||
1999-11-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
|
||||
|
||||
* std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget
|
||||
to define tanh.
|
||||
|
||||
Sun Nov 14 09:47:51 1999 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* Makefile.in ($(OBJS)): Depend on stamp-picdir.
|
||||
|
@ -936,7 +936,8 @@ _Name(const valarray<_Tp>& __v) \
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(sin)
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(asin)
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(sinh)
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(tan)
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(tan)
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(tanh)
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(atan)
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(exp)
|
||||
_DEFINE_EXPR_UNARY_FUNCTION(log)
|
||||
|
Loading…
Reference in New Issue
Block a user