How do I force usage of long doubles with Cython?
问题 I apologize in advance for my poor knowledge of C: I use Python to code and have written a few modules with Cython using the standard C functions to effect a great increase in speed. However, I need a range higher than 1e308 (yes, you read it right), which is what I currently get by using the type double complex and the functions cexp and cabs . I tried to use the functions cexpl and cabsl , and declared my variables to be of type long double complex , but I still encounter overflows after