Real to integer (round)

Syntax void QLA_I_eqop_round_R ( restrict QLA_Int *r, QLA_Real *a)
Meaning r = a>=0 ? a+0.5 : a-0.5
eqop eq



James Osborn 2006-06-25