Difference between revisions of "Manuals/calci/SQUARES"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''SQUARES(Limit)'''</div><br/> *<math>Limit</math> the number of square numbers which we wanted to display. ==Description== *This function used ...")
 
Line 9: Line 9:
 
==Examples==
 
==Examples==
 
*SQUARES()=0 1 4 9 16 25 36 49 64 81
 
*SQUARES()=0 1 4 9 16 25 36 49 64 81
*SQUARES("&")=0 1 4 9 16  
+
*SQUARES(5)=0 1 4 9 16  
 
*SQUARES(1)=0
 
*SQUARES(1)=0

Revision as of 05:17, 22 March 2017

SQUARES(Limit)


  • the number of square numbers which we wanted 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