This website requires JavaScript.
Explore
Help
Sign in
nelle
/
jormungandr-bite
Watch
1
Star
0
Fork
You've already forked jormungandr-bite
0
mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced
2025-01-15 18:10:59 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12701c8ccf
jormungandr-bite
/
src
/
client
/
app
/
common
/
scripts
/
gcd.ts
3 lines
66 B
TypeScript
Raw
Normal View
History
Unescape
Escape
[Client] 良い感じに
2017-02-16 01:20:45 -07:00
const
gcd
=
(
a
,
b
)
=
>
!
b
?
a
:
gcd
(
b
,
a
%
b
)
;
:sushi: Closes #12, #227 and #58
2017-03-18 05:05:11 -06:00
export
default
gcd
;
Reference in a new issue
Copy permalink