dev-resources.site
for different kinds of informations.
🧡how to set precision in cpp for floating or double datatype 💪
Published at
7/27/2024
Categories
cpp
c
javascript
python
Author
aryan015
// a powerfull manipulative library for customized input/output
#include <iomanip> //input/output manipulatioin
float float_point = 2.000000;
cout<<fixed<<setprecision(2)<<float_point; //2.00
Articles
12 articles in total
Set STL in CPP 👨🎓
read article
Media Attribute in HTML
read article
LocalStorage VS SessionStorage VS Cookie
read article
Day 7: Create a calculator in Python [exercise]
read article
Symbols and Objects in JS♥
read article
🍑understanding windows Command Line Interface
read article
Useful npm commands 👩💻
read article
async-await and promises explained in JS [simplified]
read article
🧡how to set precision in cpp for floating or double datatype 💪
currently reading
🧡How to take input in javascript using console (codechef)
read article
day 6: comments and escape sequence and flushes in python 🏄♀️
read article
Day 5: Writing our first program in python with home🧡work
read article
Featured ones: