Commit Graph

5 Commits

Author SHA1 Message Date
Rafal Kupiec 204060fa9d
Implement TAU.
The build was successful. Details
2019-06-29 14:21:29 +02:00
Rafal Kupiec aa64a5eeb2
Add missing legal info.
The build was successful. Details
2019-04-20 20:03:42 +02:00
Rafal Kupiec af139b3f0a
Reimplement C-like min() and max() functions.
The build was successful. Details
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
David Carlier e7b78be8e5 Fix #15, merge from fix_debug_backtrace branch (#18) 2018-07-22 19:24:00 +01:00
Rafal Kupiec b7caeefded
Move math library into separate module 2018-07-21 08:24:20 +02:00