4#ifndef TETL_CMATH_FDIM_HPP
5#define TETL_CMATH_FDIM_HPP
7#include <etl/_cmath/fmax.hpp>
29[[
nodiscard]]
constexpr auto fdim(
long double x,
long double y)
noexcept ->
long double
33[[
nodiscard]]
constexpr auto fdiml(
long double x,
long double y)
noexcept ->
long double
constexpr auto fdiml(long double x, long double y) noexcept -> long double
Definition fdim.hpp:33
constexpr auto fdim(long double x, long double y) noexcept -> long double
Definition fdim.hpp:29
constexpr auto fdim(double x, double y) noexcept -> double
Definition fdim.hpp:25
constexpr auto fmax(double x, double y) noexcept -> double
Definition fmax.hpp:28
constexpr auto fmax(long double x, long double y) noexcept -> long double
Definition fmax.hpp:33
constexpr auto fdimf(float x, float y) noexcept -> float
Definition fdim.hpp:21
constexpr auto fmax(float x, float y) noexcept -> float
Definition fmax.hpp:18
constexpr auto fdim(float x, float y) noexcept -> float
Definition fdim.hpp:17
Definition adjacent_find.hpp:9