Sadarqii
4th July 2002, 13:25
Everyone agrees that pow(var1,var2) is a useful function. But quite often when working with logarythms log(var) and log10(var) is just not enough. In order to get a logarythm of a base other than 10 or e you have to do the following: log base A of var = log(var)/log(A). Can't it just be replaced with a log(var1,var2), where var1 is the base?
log(var) can be replaced with ln(var) and log10(var) can be replaced with lg(var). The only problem with this is that the old presets that contained log and log10 functions won't work. In this case some sort of a conversion tool can be useful (a 'replace old functions button' of some sort in SSC, DM, DS, DDM and others that use manual coding).
P.S. Has anyone wished for an integrated preset compression program like PIMP or NSIS in AVS that would allow to create packs fast an easy (without creating a separate script and using a windows interface. Just select files, output dir, uninstall path, different for various files and press "make pack")? Perhaps it can be a part of a preset browser.
Or am I just dreaming?:hang:
log(var) can be replaced with ln(var) and log10(var) can be replaced with lg(var). The only problem with this is that the old presets that contained log and log10 functions won't work. In this case some sort of a conversion tool can be useful (a 'replace old functions button' of some sort in SSC, DM, DS, DDM and others that use manual coding).
P.S. Has anyone wished for an integrated preset compression program like PIMP or NSIS in AVS that would allow to create packs fast an easy (without creating a separate script and using a windows interface. Just select files, output dir, uninstall path, different for various files and press "make pack")? Perhaps it can be a part of a preset browser.
Or am I just dreaming?:hang: