4#ifndef TETL_CMATH_FMOD_HPP
5#define TETL_CMATH_FMOD_HPP
7#include <etl/_3rd_party/gcem/gcem.hpp>
18 return etl::detail::gcem::fmod(x, y);
22 return etl::detail::gcem::fmod(x, y);
26 return etl::detail::gcem::fmod(x, y);
28[[
nodiscard]]
constexpr auto fmod(
long double x,
long double y)
noexcept ->
long double
30 return etl::detail::gcem::fmod(x, y);
32[[
nodiscard]]
constexpr auto fmodl(
long double x,
long double y)
noexcept ->
long double
34 return etl::detail::gcem::fmod(x, y);
constexpr auto fmod(long double x, long double y) noexcept -> long double
Definition fmod.hpp:28
constexpr auto fmodl(long double x, long double y) noexcept -> long double
Definition fmod.hpp:32
constexpr auto fmod(double x, double y) noexcept -> double
Definition fmod.hpp:24
constexpr auto fmodf(float x, float y) noexcept -> float
Definition fmod.hpp:20
constexpr auto fmod(float x, float y) noexcept -> float
Definition fmod.hpp:16
Definition adjacent_find.hpp:9