scientific notation

  1. R

    Android Question B4XFormatter avoid scientific notation

    In the process of converting from B4A to B4X. As I understand it it is best to avoid using NumberFormat2. No I need to show the average of a range of integer numbers and don't want to show scientific notation eg: Avg: 1.60018275E7. I can do this fine with NumberFormat2, but not sure how to do it...
  2. R

    Android Question xChart scientific number notation

    Noticed that if I have for example a value of 0.01 this will show in scientific notation when clicking the graph. This seems a bit too early to me as users may get confused with the scientific notation and showing 0.01 is quite OK. To avoid this problem I added another xChart property...
Top