Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to fixed how many digit will be after point in c++

cout << fixed << setprecision(how many digit you want after decimal point) << ans
 
PREVIOUS NEXT
Tagged: #fixed #digit #point
ADD COMMENT
Topic
Name
2+6 =