Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
precision and fixed point notation
//g++ 5.4.0 #include <iostream> using namespace std; int main() { double a=10; cout << a << endl; cout.precision(1); cout << a << endl; cout << fixed << a << endl; return 0; }
run
|
edit
|
history
|
help
0
The Menu
rstring
Metodos mejorado
Handling new types without using RTTI
SVGAnimated Value
CPP - Arrays - Ex.1
stl_sizeof
Test 9(2021)
area of a circle using pointer
Cley