| 226 | gdv_int32 round_int32(gdv_int32 num) { return num; } |
| 227 | |
| 228 | FORCE_INLINE |
| 229 | gdv_int64 round_int64(gdv_int64 num) { return num; } |
| 230 | |
| 231 | // Lookup table to make the factorial function to execute faster |
| 232 | // It is used because the range of values for the function is limited to [0!-20!] |