|  |  | @ -44,7 +44,7 @@ const cl_F cosh (const cl_F& x) | 
			
		
	
		
			
				
					|  |  |  | 			if (TheLfloat(x)->len >= infty) { | 
			
		
	
		
			
				
					|  |  |  | 				var cl_LF xx = extend(x,TheLfloat(x)->len+1); | 
			
		
	
		
			
				
					|  |  |  | 				var cl_LF_cosh_sinh_t hyp = cl_coshsinh_ratseries(xx); | 
			
		
	
		
			
				
					|  |  |  | 				return cln/float.hyp.cosh,x); | 
			
		
	
		
			
				
					|  |  |  | 				return cl_float(hyp.cosh,x); | 
			
		
	
		
			
				
					|  |  |  | 			} else | 
			
		
	
		
			
				
					|  |  |  | 			#endif
 | 
			
		
	
		
			
				
					|  |  |  | 			if (TheLfloat(x)->len >= 600) { | 
			
		
	
	
		
			
				
					|  |  | 
 |