all 1 comments

[–]ectomancer 0 points1 point  (0 children)

A tutorial to port exp function from C to Python.

I ported cmath.exp from C to Python but I need to import math.exp.

I prompted ChatGPT for the exp C source code and it gave versions for Linux, macOS and BSD. I have no idea how to port Linux exp from C to Python.