Skip to content

v0.4.0 Darmstadtium 2017-03-27

Compare
Choose a tag to compare
@elliotchance elliotchance released this 26 Mar 21:24
· 1132 commits to master since this release
  • Added support for math.h
  • c2go.py now outputs the files to be compiled by Go, rather than Go source.
  • Added math functions: acos, asin, atan, atan2, ceil, cos, cosh, exp, fabs, floor, fmod, ldexp, log, log10, pow, sin, sinh, sort, tan, tanh.
  • Heavily refactored the C to Go data type system to be much better.