.. _program_listing_file_src_fmath.h: Program Listing for File fmath.h ================================ |exhale_lsh| :ref:`Return to documentation for file ` (``src\fmath.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include namespace prism { namespace math { float degToRad(float degrees); } // namespace math } // namespace prism