float functionReturningFloat() { return 1000.0f; } double functionReturningDouble() { return 1000.0; }