Re: [dev] [st] [PATCH] Explicit cast in CEIL macro

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Tue, 24 Jun 2014 18:27:57 +0200

> CEIL(x) ((int)(x) + ((x) > 0 && ((x) - (int)(x)) > FLT_EPSILON))

This solution begins to be too much complex. In this case I begin to
agree with Martti, and I think the best solution is to use ceil.

Regards,

-- 
Roberto E. Vargas Caballero
Received on Tue Jun 24 2014 - 18:27:57 CEST

This archive was generated by hypermail 2.3.0 : Tue Jun 24 2014 - 18:36:07 CEST