/ Published in: SQL
                    
                                        
A few examples of the COS function.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
--COS
SELECT COS(3.141) AS cos_value
FROM dual;
SELECT COS(1) AS cos_value
FROM dual;
SELECT COS(5.2) AS cos_value
FROM dual;
URL: http://www.databasestar.com/oracle-cos-function
Comments
 Subscribe to comments
                    Subscribe to comments
                
                