comparison src/ov-bool-mat.h @ 7636:99c410f7f0b0

implement mapper function for banker's rounding
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 25 Mar 2008 15:56:41 -0400
parents 8c32f95c2639
children 2df457529cfa
comparison
equal deleted inserted replaced
7635:ba7a3e20ee3d 7636:99c410f7f0b0
219 BOOL_MAT_MAPPER (lgamma) 219 BOOL_MAT_MAPPER (lgamma)
220 BOOL_MAT_MAPPER (log) 220 BOOL_MAT_MAPPER (log)
221 BOOL_MAT_MAPPER (log10) 221 BOOL_MAT_MAPPER (log10)
222 BOOL_MAT_MAPPER (real) 222 BOOL_MAT_MAPPER (real)
223 BOOL_MAT_MAPPER (round) 223 BOOL_MAT_MAPPER (round)
224 BOOL_MAT_MAPPER (roundb)
224 BOOL_MAT_MAPPER (signum) 225 BOOL_MAT_MAPPER (signum)
225 BOOL_MAT_MAPPER (sin) 226 BOOL_MAT_MAPPER (sin)
226 BOOL_MAT_MAPPER (sinh) 227 BOOL_MAT_MAPPER (sinh)
227 BOOL_MAT_MAPPER (sqrt) 228 BOOL_MAT_MAPPER (sqrt)
228 BOOL_MAT_MAPPER (tan) 229 BOOL_MAT_MAPPER (tan)