HP Forums
Y=LOGB(2,X) problem - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Y=LOGB(2,X) problem (/thread-22658.html)



Y=LOGB(2,X) problem - compsystems - 11-08-2024 04:27 PM

Hello

There is a problem with the grapher

Y=LOGB(2,X)

https://www.wolframalpha.com/input?i=logbase2%28x%29


RE: Y=LOGB(2,X) problem - Patocuy - 11-08-2024 06:56 PM

Hi, the HP Prime graphics are ok. The documentation of the function states that the first parameter is the value and the second parameter is the base.

Y=LOGB(X,2) is the same as WA Log(2,x):

https://www.wolframalpha.com/input?i2d=true&i=log%5C%2840%292%5C%2844%29x%5C%2841%29&lang=es

Y=LOGB(2,X) is the same as WA Log(x,2):
https://www.wolframalpha.com/input?i2d=true&i=log%5C%2840%29x%5C%2844%292%5C%2841%29&lang=es

Regards.


RE: Y=LOGB(2,X) problem - compsystems - 11-10-2024 11:48 AM

That's right, first the argument, then the base.

the 2D template of LOGb( X, b) only works on the input line, in the history it becomes linear, I hope they improve this part.