compute-engine icon indicating copy to clipboard operation
compute-engine copied to clipboard

logarithm not working

Open DimDimon opened this issue 4 years ago • 0 comments

Banal logarithm of 8 to base 2. Not calculated. Example: "\log_28" Parse: [ 'Multiply', [ 'Subscript', '\log', 2 ], { num: '8' } ] Result: [ 'Multiply', 8, 'Subscript' ]

DimDimon avatar Feb 04 '22 11:02 DimDimon