1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// // SPDX-License-Identifier: BSD-3-Clause // Copyright Contributors to the OpenEXR Project. // // // Obsolete functions provided for compatibility, deprecated in favor // of std:: functions. // #ifndef INCLUDED_IMATHMATH_H #define INCLUDED_IMATHMATH_H #include "ImathNamespace.h" #include "ImathPlatform.h" #include #include IMATH_INTERNAL_NAMESPACE_HEADER_ENTER //---------------------------------------------------------------------------- // // The deprecated Math methods were intended to allow templated access to // math functions so that they would automatically choose either the double // (e.g. sin()) or float (e.g., sinf()) version. // // Beginning wth C++11, this is unnecessary, as std:: versions of all these // functions are available and are templated by type. // // We keep these old definitions for backward compatibility but encourage // users to prefer the std:: versions. Some day we may remove these // deprecated versions. // //---------------------------------------------------------------------------- /// @cond Doxygen_Suppress template struct Math { IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T acos (T x) { return std::acos (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T asin (T x) { return std::asin (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T atan (T x) { return std::atan (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T atan2 (T x, T y) { return std::atan2 (x, y); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T cos (T x) { return std::cos (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T sin (T x) { return std::sin (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T tan (T x) { return std::tan (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T cosh (T x) { return std::cosh (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T sinh (T x) { return std::sinh (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T tanh (T x) { return std::tanh (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T exp (T x) { return std::exp (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T log (T x) { return std::log (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T log10 (T x) { return std::log10 (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T modf (T x, T* iptr) { T ival; T rval (std::modf (T (x), &ival)); *iptr = ival; return rval; } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T pow (T x, T y) { return std::pow (x, y); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T sqrt (T x) { return std::sqrt (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T ceil (T x) { return std::ceil (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T fabs (T x) { return std::fabs (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T floor (T x) { return std::floor (x); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T fmod (T x, T y) { return std::fmod (x, y); } IMATH_DEPRECATED ("use std::math functions") IMATH_HOSTDEVICE static T hypot (T x, T y) { return std::hypot (x, y); } }; /// @endcond /// Don Hatch's version of sin(x)/x, which is accurate for very small x. /// Returns 1 for x == 0. template IMATH_HOSTDEVICE inline T sinx_over_x (T x) { if (x * x < std::numeric_limits::epsilon ()) return T (1); else return std::sin (x) / x; } /// Compare two numbers and test if they are "approximately equal": /// /// @return Ttrue if x1 is the same as x2 with an absolute error of /// no more than e: /// /// abs (x1 - x2) <= e template IMATH_HOSTDEVICE IMATH_CONSTEXPR14 inline bool equalWithAbsError (T x1, T x2, T e) IMATH_NOEXCEPT { return ((x1 > x2) ? x1 - x2 : x2 - x1) <= e; } /// Compare two numbers and test if they are "approximately equal": /// /// @return True if x1 is the same as x2 with an relative error of /// no more than e, /// /// abs (x1 - x2) <= e * x1 template IMATH_HOSTDEVICE IMATH_CONSTEXPR14 inline bool equalWithRelError (T x1, T x2, T e) IMATH_NOEXCEPT { return ((x1 > x2) ? x1 - x2 : x2 - x1) <= e * ((x1 > 0) ? x1 : -x1); } IMATH_INTERNAL_NAMESPACE_HEADER_EXIT #endif // INCLUDED_IMATHMATH_H