Difference between revisions of "Manuals/calci/SEVERAL"
Jump to navigation
Jump to search
(Created page with "seeral") |
|||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''SEVERAL (Count,Value)'''</div><br/> | |
+ | *<math>Count</math> and <math>Value </math> are any real numbers. | ||
+ | |||
+ | ==Description== | ||
+ | *This function shows the given value with specified times. | ||
+ | *In <math>SEVERAL (Count,Value)</math>, <math>Count</math> is the number of times the value to be displayed. | ||
+ | *<math>Value</math> is the number to show. | ||
+ | *So the given value shows the given number of times. | ||
+ | *For Example SEVERAL(4,21)= 21 21 21 21 | ||
+ | |||
+ | ==Examples== | ||
+ | #SEVERAL(4,10) = 10 10 10 10 | ||
+ | #SEVERAL(7,34.02) = 34.02 34.02 34.02 34.02 34.02 34.02 34.02 | ||
+ | #SEVERAL(3,-98) = -98 -98 -98 | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/FIFTHOF | FIFTHOF]] | ||
+ | *[[Manuals/calci/HALFOF | HALFOF ]] | ||
+ | |||
+ | ==References== | ||
+ | *[https://en.wiktionary.org/wiki/several Several] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 13:51, 5 May 2017
SEVERAL (Count,Value)
- and are any real numbers.
Description
- This function shows the given value with specified times.
- In , is the number of times the value to be displayed.
- is the number to show.
- So the given value shows the given number of times.
- For Example SEVERAL(4,21)= 21 21 21 21
Examples
- SEVERAL(4,10) = 10 10 10 10
- SEVERAL(7,34.02) = 34.02 34.02 34.02 34.02 34.02 34.02 34.02
- SEVERAL(3,-98) = -98 -98 -98