GEN24 — Reads numeric values from another allocated function-table and rescales them.
This subroutine reads numeric values from another allocated function-table and rescales them according to the max and min values given by the user.
#, time, size -- the usual GEN parameters. See f statement.
ftable -- ftable must be an already allocated table with the same size as this function.
min, max -- the rescaling range.
Note | |
---|---|
This GEN is useful, for example, to eliminate the starting offset in exponential segments allowing a real starting from zero. |