该命名空间下主要定义了数值计算相关的类和函数
更多...
|
| double | to_double (const std::string &str) |
| |
| float | to_float (const std::string &str) |
| |
| template<class Floating , std::enable_if_t< std::is_floating_point< Floating >::value, std::nullptr_t > = nullptr> |
| std::string | to_string (Floating value) |
| |
◆ to_double()
| double rsmesh::numeric::to_double |
( |
const std::string & | str | ) |
|
|
inline |
◆ to_float()
| float rsmesh::numeric::to_float |
( |
const std::string & | str | ) |
|
|
inline |
◆ to_string()
template<class Floating , std::enable_if_t< std::is_floating_point< Floating >::value, std::nullptr_t > = nullptr>
| std::string rsmesh::numeric::to_string |
( |
Floating | value | ) |
|