AZHenley / knox

A toy programming language written in Go that compiles to C.
MIT License
96 stars 7 forks source link

Support additional math functions #157

Open AZHenley opened 5 years ago

AZHenley commented 5 years ago

Pi and E constants. Rounding functions. Trig functions. Log functions. Exponent.

AZHenley commented 5 years ago

Model after C#: https://docs.microsoft.com/en-us/dotnet/api/system.math?view=netframework-4.8

AZHenley commented 5 years ago

Random.