Function report |
Source Code:lib\math\prime_numbers.c |
Create Date:2022-07-28 06:43:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:s_prime_number - test whether the given number is prime*@x: the number to test* A prime number is an integer greater than 1 that is only divisible by* itself and 1
Proto:bool is_prime_number(unsigned long x)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | x |
231 | If Not expand_to_next_prime(x) Then Return slow_is_prime_number(x) |
237 | result = st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from |
240 | Return result |
Name | Describe |
---|---|
selftest |
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 |