Konstantin8105 / c4go

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

math.cbrt #150

Closed Konstantin8105 closed 5 years ago

Konstantin8105 commented 5 years ago

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

Konstantin8105 commented 5 years ago

Like example see #155

Konstantin8105 commented 5 years ago

Thank you @timothygk

timothygk commented 5 years ago

Your welcome! :+1: