mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
float pi = 3.14159265358979
|
|
|
|
float Sin(float input)
|
|
{
|
|
float out = CPP.Math.Sin(input)
|
|
return out
|
|
} |