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
// (C) Copyright John Maddock 2005. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_MATH_COMPLEX_ATANH_INCLUDED #define BOOST_MATH_COMPLEX_ATANH_INCLUDED #ifndef BOOST_MATH_COMPLEX_DETAILS_INCLUDED # include #endif #ifndef BOOST_MATH_LOG1P_INCLUDED # include #endif #include #ifdef BOOST_NO_STDC_NAMESPACE namespace std{ using ::sqrt; using ::fabs; using ::acos; using ::asin; using ::atan; using ::atan2; } #endif namespace boost{ namespace math{ template [[deprecated("Replaced by C++11")]] std::complex atanh(const std::complex& z) { // // References: // // Eric W. Weisstein. "Inverse Hyperbolic Tangent." // From MathWorld--A Wolfram Web Resource. // http://mathworld.wolfram.com/InverseHyperbolicTangent.html // // Also: The Wolfram Functions Site, // http://functions.wolfram.com/ElementaryFunctions/ArcTanh/ // // Also "Abramowitz and Stegun. Handbook of Mathematical Functions." // at : http://jove.prohosting.com/~skripty/toc.htm // // See also: https://svn.boost.org/trac/boost/ticket/7291 // static const T pi = boost::math::constants::pi(); static const T half_pi = pi / 2; static const T one = static_cast(1.0L); static const T two = static_cast(2.0L); static const T four = static_cast(4.0L); static const T zero = static_cast(0); static const T log_two = boost::math::constants::ln_two(); #ifdef _MSC_VER #pragma warning(push) #pragma warning(disable:4127) #endif T x = std::fabs(z.real()); T y = std::fabs(z.imag()); T real, imag; // our results T safe_upper = detail::safe_max(two); T safe_lower = detail::safe_min(static_cast(2)); // // Begin by handling the special cases specified in C99: // if((boost::math::isnan)(x)) { if((boost::math::isnan)(y)) return std::complex(x, x); else if((boost::math::isinf)(y)) return std::complex(0, ((boost::math::signbit)(z.imag()) ? -half_pi : half_pi)); else return std::complex(x, x); } else if((boost::math::isnan)(y)) { if(x == 0) return std::complex(x, y); if((boost::math::isinf)(x)) return std::complex(0, y); else return std::complex(y, y); } else if((x > safe_lower) && (x < safe_upper) && (y > safe_lower) && (y < safe_upper)) { T yy = y*y; T mxm1 = one - x; /// // The real part is given by: // // real(atanh(z)) == log1p(4*x / ((x-1)*(x-1) + y^2)) // real = boost::math::log1p(four * x / (mxm1*mxm1 + yy)); real /= four; if((boost::math::signbit)(z.real())) real = (boost::math::changesign)(real); imag = std::atan2((y * two), (mxm1*(one+x) - yy)); imag /= two; if(z.imag() < 0) imag = (boost::math::changesign)(imag); } else { // // This section handles exception cases that would normally cause // underflow or overflow in the main formulas. // // Begin by working out the real part, we need to approximate // real = boost::math::log1p(4x / ((x-1)^2 + y^2)) // without either overflow or underflow in the squared terms. // T mxm1 = one - x; if(x >= safe_upper) { // x-1 = x to machine precision: if((boost::math::isinf)(x) || (boost::math::isinf)(y)) { real = 0; } else if(y >= safe_upper) { // Big x and y: divide through by x*y: real = boost::math::log1p((four/y) / (x/y + y/x)); } else if(y > one) { // Big x: divide through by x: real = boost::math::log1p(four / (x + y*y/x)); } else { // Big x small y, as above but neglect y^2/x: real = boost::math::log1p(four/x); } } else if(y >= safe_upper) { if(x > one) { // Big y, medium x, divide through by y: real = boost::math::log1p((four*x/y) / (y + mxm1*mxm1/y)); } else { // Small or medium x, large y: real = four*x/y/y; } } else if (x != one) { // y is small, calculate divisor carefully: T div = mxm1*mxm1; if(y > safe_lower) div += y*y; real = boost::math::log1p(four*x/div); } else real = boost::math::changesign(two * (std::log(y) - log_two)); real /= four; if((boost::math::signbit)(z.real())) real = (boost::math::changesign)(real); // // Now handle imaginary part, this is much easier, // if x or y are large, then the formula: // atan2(2y, (1-x)*(1+x) - y^2) // evaluates to +-(PI - theta) where theta is negligible compared to PI. // if((x >= safe_upper) || (y >= safe_upper)) { imag = pi; } else if(x <= safe_lower) { // // If both x and y are small then atan(2y), // otherwise just x^2 is negligible in the divisor: // if(y <= safe_lower) imag = std::atan2(two*y, one); else { if((y == zero) && (x == zero)) imag = 0; else imag = std::atan2(two*y, one - y*y); } } else { // // y^2 is negligible: // if((y == zero) && (x == one)) imag = 0; else imag = std::atan2(two*y, mxm1*(one+x)); } imag /= two; if((boost::math::signbit)(z.imag())) imag = (boost::math::changesign)(imag); } return std::complex(real, imag); #ifdef _MSC_VER #pragma warning(pop) #endif } } } // namespaces #endif // BOOST_MATH_COMPLEX_ATANH_INCLUDED