CONJUGATE did not support long double types

This commit is contained in:
Juan Jose Garcia Ripoll 2008-08-02 19:57:34 +02:00
parent 2456834dc3
commit 4048d32c56

View file

@ -802,6 +802,9 @@ cl_conjugate(cl_object c)
case t_ratio:
case t_singlefloat:
case t_doublefloat:
#ifdef ECL_LONG_FLOAT
case t_longfloat:
#endif
break;
default:
FEtype_error_number(c);