Difference between revisions of "Manuals/calci/ODDSET"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''ODDS (Limit,StartFrom) '''</div><br/> *<math>Limit</math> and <math>Start</math> are any real numbers. ==Description==") |
|||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">''' | + | <div style="font-size:30px">'''ODDSET (Array,Every) '''</div><br/> |
− | *<math> | + | *<math>Array</math> is any set of values. |
==Description== | ==Description== | ||
+ | *This function shows the odd set of values from the given set of values. | ||
+ | *In <math>ODDSET (Array,Every)</math>, Array is the set of values and Every is any real number. | ||
+ | *ODD SET shows the odd number of values. | ||
+ | *Array of values are starting the numbering from 1 and so on. | ||
+ | *So from array of values function will return the 1st,3rd,5th,7th,9th,11th values and so on. |
Revision as of 14:50, 12 April 2017
ODDSET (Array,Every)
- is any set of values.
Description
- This function shows the odd set of values from the given set of values.
- In , Array is the set of values and Every is any real number.
- ODD SET shows the odd number of values.
- Array of values are starting the numbering from 1 and so on.
- So from array of values function will return the 1st,3rd,5th,7th,9th,11th values and so on.