PATH: //usr/include/c++/11/tr1
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 array
↓
X
📄 bessel_function.tcc
↓
X
📄 beta_function.tcc
↓
X
📄 ccomplex
↓
X
📄 cctype
↓
X
📄 cfenv
↓
X
📄 cfloat
↓
X
📄 cinttypes
↓
X
📄 climits
↓
X
📄 cmath
↓
X
📄 complex
↓
X
📄 complex.h
↓
X
📄 cstdarg
↓
X
📄 cstdbool
↓
X
📄 cstdint
↓
X
📄 cstdio
↓
X
📄 cstdlib
↓
X
📄 ctgmath
↓
X
📄 ctime
↓
X
📄 ctype.h
↓
X
📄 cwchar
↓
X
📄 cwctype
↓
X
📄 ell_integral.tcc
↓
X
📄 exp_integral.tcc
↓
X
📄 fenv.h
↓
X
📄 float.h
↓
X
📄 functional
↓
X
📄 functional_hash.h
↓
X
📄 gamma.tcc
↓
X
📄 hashtable.h
↓
X
📄 hashtable_policy.h
↓
X
📄 hypergeometric.tcc
↓
X
📄 inttypes.h
↓
X
📄 legendre_function.tcc
↓
X
📄 limits.h
↓
X
📄 math.h
↓
X
📄 memory
↓
X
📄 modified_bessel_func.tcc
↓
X
📄 poly_hermite.tcc
↓
X
📄 poly_laguerre.tcc
↓
X
📄 random
↓
X
📄 random.h
↓
X
📄 random.tcc
↓
X
📄 regex
↓
X
📄 riemann_zeta.tcc
↓
X
📄 shared_ptr.h
↓
X
📄 special_function_util.h
↓
X
📄 stdarg.h
↓
X
📄 stdbool.h
↓
X
📄 stdint.h
↓
X
📄 stdio.h
↓
X
📄 stdlib.h
↓
X
📄 tgmath.h
↓
X
📄 tuple
↓
X
📄 type_traits
↓
X
📄 unordered_map
↓
X
📄 unordered_map.h
↓
X
📄 unordered_set
↓
X
📄 unordered_set.h
↓
X
📄 utility
↓
X
📄 wchar.h
↓
X
📄 wctype.h
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: float.h
// TR1 float.h -*- C++ -*- // Copyright (C) 2006-2021 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your option) // any later version. // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // Under Section 7 of GPL version 3, you are granted additional // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. // You should have received a copy of the GNU General Public License and // a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <http://www.gnu.org/licenses/>. /** @file tr1/float.h * This is a TR1 C++ Library header. */ #ifndef _TR1_FLOAT_H #define _TR1_FLOAT_H 1 #include <tr1/cfloat> #endif
SIMPAN PERUBAHAN