iMo
iMo
You work with double (64bits) already - line 487 - thus the "exponent" is in exp2 (11bits) and "mantissa" (1+52bits) could be stored in an uint64_t M, for example (and...
I added to the pow[] array the powers of up to 10^15 and changed the precision to 15, but still I get wrong results, usually the first 5-6 decimal places...
ok, this looks better: ``` PI= 3.141592653589793e+00 // 3.141592653589793 A= -1.234567891233759e+08 // -123456789.12345678 9 degree Calculator test started.. wait... // asin(acos(atan(tan(cos(sin(degree))))))) in DEG mode 1 degree = 1.000000001957684e+00 hex= 0x3ff00000008687f3...
My phone is Android 7 exclusively used for logging data (via BT). No sim card inside. I did not change anything just upgraded to the 1.47 version. I've just installed...
I cleaned up, restarted couple of times the phone (the Honor Android 7), removed and reinstalled the v1.47 SBT and started to log. My observation is as follows: 1. it...
Hi, I tried with S6 for 8 hours and I it seems it worked fine (except the weird font). I tried again with Honor (I set all apps except SBT...
I am going to try with 1.42 upwards, I will report..
I've tried with Honor and v1.37, 1.42, 1.47 and while logging is ON with buffer size set to "Unlimited" I saw the above issue with long wake up from background/sleep...
This weird font type in my S6 is there since I started with SBT, I reported the issue to you first time via email long time back. So it is...
@facchinm: thanks for the info! I've double-checked the length of that line and it is 12300 chars long in the Fade example for the stm32Discovery F407 board :)