Math.

κΉ€ν•œλΉ›Β·2022λ…„ 9μ›” 2일
0
post-custom-banner

πŸ“˜ Math.random()

random()은 0λΆ€ν„° 1μ‚¬μ΄μ˜ λžœλ€ν•œ 숫자λ₯Ό μ œκ³΅ν•¨

πŸ“˜ Math.random() * 10
Math.random()에 10을 κ³±ν•˜λ©΄ 0μ—μ„œ 10 μ‚¬μ΄μ˜ μˆ«μžλ“€μ„ 랜덀으둜 얻을 수 있음

ν•˜μ§€λ§Œ
μ •μˆ˜κ°€ μ•„λ‹Œ μ†Œμˆ˜μ μ„ κ°€μ§€λŠ” float이 λΆ™μŒ


μ •μˆ˜λ§Œ κ΅¬ν•˜κΈ°

πŸ‘‰Math.round()
round()λŠ” μˆ«μžμ— λ°˜μ˜¬λ¦Όμ„ μ‹œμΌœμ€Œ

πŸ‘‰Math.ceil()
1.0만이 1이 될 수 있음.
1.01만 돼도 2λ₯Ό λ°˜ν™˜ν•¨. 숫자λ₯Ό ceil(κΌ­λŒ€κΈ°) κΉŒμ§€ μ˜¬λ €μ£ΌλŠ” μ• (κ·Ήλ‹¨μ μž„πŸ€”)

πŸ‘‰Math.floor()
마루(floor)κΉŒμ§€ 숫자λ₯Ό λ‚΄λ €μ€Œ


βš‘μ‘μš©ν•΄λ³΄κΈ°

1λΆ€ν„° 10κΉŒμ§€μ˜ λžœλ€ν•œ μ •μˆ˜λ₯Ό ꡬ할 λ•Œ

Math.floor(Math.random() * 10)
profile
μ–•κ³  길게
post-custom-banner

0개의 λŒ“κΈ€