Difference between revisions of "Math Methods"

From CompSciWiki
Jump to: navigation, search
 
Line 1: Line 1:
{{1010Topic|Introduction=Databases are used everyday. How many times have you used a database today?|Overview=Learn about databases--what are they? Where are they used?|Chapter_TOC=[[More About Computer Science]]}}
+
{{1010Topic|Introduction=Math methods are very interesting. You can use them to help you in many applications that deal with numbers (e.g. banking system, lottery, cashier application, etc.). This section is introduced to help you understand how built-in math methods (in API) can be used within your code. These methods are very simple to use so there is no need to panic. You only need to call the method using the following general statement:|Overview=Learn about databases--what are they? Where are they used?|Chapter_TOC=[[More About Computer Science]]}}

Revision as of 15:21, 20 March 2007

COMP 1010 Home > More About Computer Science


Introduction

Math methods are very interesting. You can use them to help you in many applications that deal with numbers (e.g. banking system, lottery, cashier application, etc.). This section is introduced to help you understand how built-in math methods (in API) can be used within your code. These methods are very simple to use so there is no need to panic. You only need to call the method using the following general statement:

   

{{{Body}}}