Up |
tabRangeF
Create an floating point array from an initial value, with a given size and with an in(de)crementation value.
It need not use mktab before.
Prototype :
fun [I F F] tab F
- I : the size. The size is definitely fixed at this time.
- F : the initial value (the value of the index 0)
- F : the incrementation value (or a negative value to decrease)
Return : tab F an array or nil if an error occurs.