|
LAMMP 4.2.0
Lamina High-Precision Arithmetic Library
|
cbrt_1.c 的引用(Include)关系图:函数 | |
| ulong | lmmp_cbrt_chebyshev_ (ulong n) |
| 计算算数立方根 floor(cbrt(n)) | |
| static double | lmmp_cbrt_estimate (double a) |
| ulong | lmmp_cbrt_ulong_ (ulong n) |
| 计算算数立方根 floor(cbrt(n)) | |
变量 | |
| static const float | coeff [16][3] |
| static const float | factor_table [] = {1.000000, 1.259921, 1.587401} |
| Copyright (C) 2026 HJimmyK(Jericho Knox) | |
计算算数立方根 floor(cbrt(n))
| n | 被开方数 |
引用了 coeff, factor_table, lmmp_param_assert , 以及 n.
被这些函数引用 lmmp_cbrt_ulong_().
这是这个函数的调用关系图:引用了 lmmp_mulh_, n , 以及 s.
被这些函数引用 lmmp_cbrt_ulong_().
这是这个函数的调用关系图:计算算数立方根 floor(cbrt(n))
| n | 被开方数 |
引用了 lmmp_cbrt_chebyshev_(), lmmp_cbrt_estimate() , 以及 n.
被这些函数引用 lmmp_nthroot_ulong_().
函数调用图:
这是这个函数的调用关系图:被这些函数引用 exp2_fixed_128(), exp2_fixed_64(), lmmp_cbrt_chebyshev_(), log2_fixed_128() , 以及 log2_fixed_64().
Copyright (C) 2026 HJimmyK(Jericho Knox)
This file is part of LAMMP.
LAMMP is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed WITHOUT ANY WARRANTY.
See https://www.gnu.org/licenses/.
被这些函数引用 lmmp_cbrt_chebyshev_().