qtty-cpp 0.4.5
Header-only C++ wrapper for qtty
Loading...
Searching...
No Matches
spectral_photon_radiance.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
2// Copyright (C) 2026 Vallés Puig, Ramon
3
4#pragma once
5
6#include "../ffi_core.hpp"
7
8namespace qtty {
9
14
19 static constexpr std::string_view symbol() { return "ph·m⁻²·s⁻¹·sr⁻¹·m⁻¹"; }
21};
26 static constexpr std::string_view symbol() { return "ph·cm⁻²·s⁻¹·sr⁻¹·Å⁻¹"; }
28};
33 static constexpr std::string_view symbol() { return "ph·cm⁻²·s⁻¹·sr⁻¹·nm⁻¹"; }
35};
40 static constexpr std::string_view symbol() { return "ph·cm⁻²·ns⁻¹·sr⁻¹·nm⁻¹"; }
42};
43
52
53} // namespace qtty
constexpr bool is_angular_v
Definition angles.hpp:49