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)
converting decimal to binary without the bin() function in python
I've looked into other solutions online and my own and all of them gave the exact same output, and thats my terminal being spammed with 1's.
this is my code, (I'm very new to coding so please forgive ...
Riaz
Votes: 0
Answers: 0
I want to get after decimal value in any number
this is the random value 10.302, I want to get only after decimal value .302 and save in a variable in a flutter. please help me
I searched on youtube and google but nothing was found.
Huzaifa Adil
Votes: 0
Answers: 1
How to format a number with locale and specified number of significant decimals in python
I have to export numbers as text using python and experience several ways of not doing what i want. There is string.format(), old % string format, and F-Strings - plenty of very smart ways of formatti...
Thants
Votes: 0
Answers: 2
Repeating decimal being represented as 1?
I am new to C++ and when writing a program, I've found that two equivalent expressions are returning different values when I call the floor function. I assume that it has something to do with how the ...
user_289389232
Votes: 0
Answers: 0