函数逻辑报告 |
Source Code:lib\math\int_sqrt.c |
Create Date:2022-07-27 07:40:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_sqrt64 - strongly typed int_sqrt function when minimum 64 bit input* is expected.*@x: 64bit integer of which to calculate the sqrt
函数原型:u32 int_sqrt64(u64 x)
返回类型:u32
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | x |
50 | y等于0 |
52 | 如果x小于等于ULONG_MAX则返回:_sqrt - computes the integer square root*@x: integer of which to calculate the sqrt* Computes: floor(sqrt(x)) |
67 | 返回:y |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |