Aer/modules/math
Rafal Kupiec af139b3f0a
The build was successful. Details
Reimplement C-like min() and max() functions.
These functions should have C-like implementation and take exactly 2 arguments: integer or float.
Finally, C-implementation will be faster than using PH7 builtin library that needs to be compiled and interpreted.
2018-08-15 17:26:26 +02:00
..
math.c Reimplement C-like min() and max() functions. 2018-08-15 17:26:26 +02:00
math.h Reimplement C-like min() and max() functions. 2018-08-15 17:26:26 +02:00