10-03-2023, 03:33 AM
bplus wrote:
This also know the creators of other programming languages, i.e. Python.
Quote:Wouldn't it be more efficient to do all other log bases like you did Log2 as it is one less call to User Defined Function. ie 0 calls to user defined functionI know this and thats right. In some conditions it would make some math formulas less complicate, if you have some special LOG functions, especially the LOG2 and LOG10.
BaseNLog##(BaseN, a) = Log(a)/Log(BaseN) ' which includes Log2(a)'s which I think is in wiki already
This also know the creators of other programming languages, i.e. Python.