bauom
bauom
**Describe the bug** when calling a numpy function using a view that have a step different to 1, the data layout is not the same as python in C. **To...
Print unknown constants using their values. This fixes #1047 but may be reverted in #1811 to prefer declaring constants with names. However this PR also adds support for `NaN` in...
This PR will add some Pyccel internal functions to work as a base to integrate (Cupy, Numba) later. The PR will focus on adding: - [x] simple array creation. -...
#### Issue Description: I've encountered a compilation issue when using the STC library, particularly in contexts where compound literals are utilized. The library documentation suggests compatibility with C and C++...