Replace INT and FLOAT with INT_DTYPE and FLOAT_DTYPE in array creation
The code changes replace instances of the INT and FLOAT data types with INT_DTYPE and FLOAT_DTYPE during numpy array creation within the JIT-compiled functions.
This MR should resolve Issue #146 (closed).