float radians(float f) { return f; } void main() { float f = 45.0; f = radians(f); }