Konstantin8105 / c4go

Transpiling C code to Go code
MIT License
363 stars 37 forks source link

math.copysign #159

Closed Konstantin8105 closed 5 years ago

Konstantin8105 commented 5 years ago

Add test and implementation on Go for function math.h copysign Description: https://en.cppreference.com/w/c/numeric/math/copysign File for test code add : c4go/tests/math.c

Konstantin8105 commented 5 years ago

example see #155

rjalfa commented 5 years ago

Extending from #158

Konstantin8105 commented 5 years ago

Thank you @rjalfa for help