v4
Added:
dynamic_2(up_para, dn_para, adapt_Pct, minLength, maxLength) Adaptive dynamic length based on two boolean parameters for increasing and decreasing dynamic length seperatally with more precision
Parameters:
up_para: Boolean parameter; if true then length would decrease
dn_para: Boolean parameter; if true then length would increase
adapt_Pct: Percentage adaption based on parameter
minLength: Minimum allowable length
maxLength: Maximum allowable length
Returns: Adaptive Dynamic Length based on Two Boolean Parameters for increasing and decreasing dynamic length seperatally with more precision