Manuals/calci/SOME

Revision as of 13:48, 4 April 2019 by Devika (talk | contribs) (→‎Related Videos)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SOME (Value,Count)


Description

  • This function is used to display the given value as mentioned in count.
  • In SOME (Value,Count),Value is any real number.
  • Count is any positive integer.SOME is function to get the given real number as specified number of times.
  • This function will not give any result

1.when the given parameter is non numeric. 2. Count value is non positive integer.

Examples

  1. SOME(56,9) = 56 56 56 56 56 56 56 56 56
  2. SOME(-965,3) = -965 -965 -965
  3. SOME(9/7,12) = 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858

Related Videos

Count

See Also


References