4#ifndef TETL_CSTDLIB_ATOF_HPP
5#define TETL_CSTDLIB_ATOF_HPP
7#include <etl/_strings/to_floating_point.hpp>
constexpr auto to_floating_point(etl::string_view str) noexcept -> to_floating_point_result< Float >
Definition to_floating_point.hpp:28
Definition adjacent_find.hpp:9
constexpr auto atof(char const *str) noexcept -> double
Interprets a floating point value in a byte string pointed to by str.
Definition atof.hpp:12