Difference between revisions of "Nesting"

From Conservapedia
Jump to: navigation, search
m (PHP Manual - if)
m (cats)
 
Line 12: Line 12:
 
==See also==
 
==See also==
 
*[[Fractals]]
 
*[[Fractals]]
 +
[[Category:Computer tips]]
 +
[[Category:Mathematics]]

Latest revision as of 14:33, November 14, 2011

Nesting is the placement of similar structures within each other, like the Matrushka dolls, with a larger structure containing a smaller structure, and so on.

In arithmetic, we often see nested parentheses.

((3 - 4) * sin(30) + 16) / (15 - (3 / 4))

Computer languages also use nested, both in arithmetic and in control structures. In PHP, nesting is infinite.[1]

Notes

  1. PHP Manual - if

See also