4-5 Standard Functions - PowerPoint PPT Presentation

About This Presentation
Title:

4-5 Standard Functions

Description:

4-5 Standard Functions C provides a rich collection of standard functions whose definitions have been written and are ready to be used in our programs. – PowerPoint PPT presentation

Number of Views:64
Avg rating:3.0/5.0
Slides: 17
Provided by: ValuedGa509
Learn more at: http://users.cis.fiu.edu
Category:

less

Transcript and Presenter's Notes

Title: 4-5 Standard Functions


1
4-5 Standard Functions
C provides a rich collection of standard
functions whose definitions have been written and
are ready to be used in our programs. To use
these functions, we must include their function
declarations.
Topics discussed in this section
Math Functions Random Numbers
2
FIGURE 4-26 Library Functions and the Linker
3
FIGURE 4-27 Ceiling Function
4
FIGURE 4-28 Floor Function
5
FIGURE 4-29 Random Number Generation
6
FIGURE 4-30 Generating a Random Number Series
7
Note
srand must be called only once for each
randomnumber series.
8
PROGRAM 4-9
Creating Temporal Random Numbers
9
PROGRAM 4-9
Creating Temporal Random Numbers
10
PROGRAM 4-10
Creating Pseudorandom Numbers
11
PROGRAM 4-10
Creating Pseudorandom Numbers
12
FIGURE 4-31 Random Number Scaling for 37
13
PROGRAM 4-11
Generating Random Numbers in the Range 10 to 20
14
PROGRAM 4-11
Generating Random Numbers in the Range 10 to 20
15
PROGRAM 4-12
Generating Random Real Numbers
16
PROGRAM 4-12
Generating Random Real Numbers
Write a Comment
User Comments (0)
About PowerShow.com