python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to remove scientific notation from matrix when printed
game_data = '1. e3 e5,2. Qh5 Qf6,3. Qf3 Nc6,4. Qxf6 Nxf6,5. Nf3 d6,6. g3 Nb4,7. Bg2 Nxc2+,8. Kd1 Nxa1,9. b4 Bd7,10. Bb2 Ba4+,11. Kc1 Nc2,12. d4 exd4,13. exd4 d5,14. Nfd2 Bxb4,15. Nf3 Ne4,16. Ba3 Nxa3,...
Steve
Votes: 0
Answers: 1
Kotlin BigDecimal rounding to decimal point based on how large number is
I am building a simple calculator in Kotlin (first project) that uses BigDecimal precision. I have found with the current program that inputting 9% x 3% for example (0.09 x 0.03) will output 0.0026999...

jPark197
Votes: 0
Answers: 0
Why is MS Access returning some results in scientific notation?
I have two fields, both have the size set to double in the table properties. When I subtract one field from the other some of the results are displayed as scientific notation when I click in the cell ...
walterpayton34
Votes: 0
Answers: 2
How to print p-values with exponent (scientific) notation?
When printing values in R using 'ggplot', I'm facing issues to write the exponent proprerly. See the plot below, and an example of what I would like to obtain hand-written in red.
data <- data.fram...
Anthony
Votes: 0
Answers: 1