Manuals/calci/UPTO

From ZCubes Wiki
Revision as of 14:40, 12 April 2018 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''UPTO (From,To,By)'''</div><br/> *<math>From</math>, <math>To</math> and <math>By</math> are real numbers. ==Description== *This function shows ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UPTO (From,To,By)


  • , and are real numbers.

Description

  • This function shows the with in the given range of numbers.
  • In , is the starting number, is the final number and is the skip number.
  • This function is showing all the numbers starting from the first value which is given as first parameter.
  • Also the set of values which is ended in the second parameter with the skip value.
  • The parameter value can be positive integer,negative integer,and decimals.
  • This function will return the result as error when the skip value is negative.
  • When the skip value is omitted then the skip value is considered as 1.

Examples

See Also


References

Even numbers