3511
TI-BASIC / Re: variables
« on: July 15, 2013, 01:09:33 am »
It's not possible this way but you can do :
b:=b*10^(int(log(a))+1)+a
This formula will give you what you want but I'm not sure about syntax on the Nspire.
b:=b*10^(int(log(a))+1)+a
This formula will give you what you want but I'm not sure about syntax on the Nspire.