Can't output coprocessor float from variable two times in a row
问题 Good afternoon! In this example, I simply add two numbers with a comma, save the variable in tbyte and display the same variable two times in a row on the screen, but the first time I get 11.1 , as it should be, and the second time 4.667261E-062 . Why is this happening? And one more question, is it possible in tbyte to somehow save and access numbers by array type? for example, storing numbers in dd , I just could save and read them in increments of 4, for example, result [0] , result [4] ,