Difference between revisions of "Manuals/calci/SQUARES"
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''SQUARES(Limit)'''</div><br/> | <div style="font-size:30px">'''SQUARES(Limit)'''</div><br/> | ||
| − | *<math>Limit</math> is the count of square numbers which we | + | *<math>Limit</math> is the count of square numbers which we want to display. |
==Description== | ==Description== | ||
| Line 11: | Line 11: | ||
*SQUARES(5)=0 1 4 9 16 | *SQUARES(5)=0 1 4 9 16 | ||
*SQUARES(1)=0 | *SQUARES(1)=0 | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=J6AKMvLzYwo|280|center|Squares}} | ||
| + | |||
| + | ==See Also== | ||
| + | *[[Manuals/calci/SQRTPI | SQRTPI ]] | ||
| + | *[[Manuals/calci/DEVSQ | DEVSQ ]] | ||
| + | *[[Manuals/calci/MRSQ | MRSQ ]] | ||
| + | |||
| + | |||
| + | ==References== | ||
| + | *[http://en.wikipedia.org/wiki/Square_root Square Root] | ||
| + | |||
| + | |||
| + | |||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | |||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 14:43, 4 March 2019
SQUARES(Limit)
- is the count of square numbers which we want to display.
Description
- This function used to display the square numbers.
- Square number or perfect square is an integer that is the square of an integer. In other words, it is the product of some integer with itself.
- SQUARES function will consider only numbers as inputs.
Examples
- SQUARES()=0 1 4 9 16 25 36 49 64 81
- SQUARES(5)=0 1 4 9 16
- SQUARES(1)=0
Related Videos
See Also
References