* Corrected function/variable cases for C# examples
This commit corrects a few charecter cases in relation to
godot/modules/mono/glue/cs_files/Mathf.cs. The documentation currently states
Pi is defined as `Mathf.PI`, while it's actually `Mathf.Pi`.
The same mistake was found and fixed for some misc. arithmetical functions.
* Reverted Pi to PI