Celsius Function
    The Celsius() is a temperature measurement method, the function takes one (1) argument of fahrenheit value and converts it into celsius.
	
	The syntax for Celsius function is Celsius( Fahrenheit Value ). 
    
    
		/* Following will produce 32.2222222222222 */ 
        SELECT Celsius(90) ;