Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,13 +0,0 @@
|
|||
Func _LCM($a, $b)
|
||||
Local $c, $f, $m = $a, $n = $b
|
||||
$c = 1
|
||||
While $c <> 0
|
||||
$f = Int($a / $b)
|
||||
$c = $a - $b * $f
|
||||
If $c <> 0 Then
|
||||
$a = $b
|
||||
$b = $c
|
||||
EndIf
|
||||
WEnd
|
||||
Return $m * $n / $b
|
||||
EndFunc ;==>_LCM
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
ConsoleWrite(_LCM(12,18) & @LF)
|
||||
ConsoleWrite(_LCM(-5,12) & @LF)
|
||||
ConsoleWrite(_LCM(13,0) & @LF)
|
||||
Loading…
Add table
Add a link
Reference in a new issue