Function report |
Source Code:lib\math\int_sqrt.c |
Create Date:2022-07-28 06:43:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_sqrt64 - strongly typed int_sqrt function when minimum 64 bit input* is expected.*@x: 64bit integer of which to calculate the sqrt
Proto:u32 int_sqrt64(u64 x)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | x |
50 | y = 0 |
52 | If x <= ULONG_MAX Then Return _sqrt - computes the integer square root*@x: integer of which to calculate the sqrt* Computes: floor(sqrt(x)) |
67 | Return y |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |