+ 1
What is stod?
What is stod in c++?
3 Answers
+ 5
It is used to convert string to double
Learn more about it heređ
https://www.google.com/amp/s/www.geeksforgeeks.org/stdstod-stdstof-stdstold-c/amp/
+ 3
stod does read strangely.
The name is short for:
STOD => String TO Double
Which reveals it's a method for converting a string to a double float.