Function report |
Source Code:lib\math\lcm.c |
Create Date:2022-07-28 06:43:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Lowest common multiple
Proto:unsigned long lcm(unsigned long a, unsigned long b)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | a | |
unsigned long | b |
10 | If a && b Then Return a / gcd - calculate and return the greatest common divisor of 2 unsigned longs*@a: first value*@b: second value * b |
12 | Else Return 0 |
Name | Describe |
---|---|
lcm_not_zero |
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 |