Difference between revisions of "Math Methods"

From CompSciWiki
Jump to: navigation, search
Line 1: Line 1:
{{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]]}}
+
{{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.|Overview=Learn about databases--what are they? Where are they used?|Chapter_TOC=[[Calling Methods]]}}

Revision as of 15:22, 20 March 2007

COMP 1010 Home > Calling Methods


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.

   

{{{Body}}}