문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
wiki:javascript:js_math-ceil_round_floor [2023/03/02 09:18] khlee 만듦 |
wiki:javascript:js_math-ceil_round_floor [2023/03/02 09:24] (현재) khlee |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| - | ======Javascript Math - ceil() Method====== | + | ======author |
| + | * 서명 | ||
| <WRAP left notice 70%> | <WRAP left notice 70%> | ||
| * description : Javascript Math - ceil() Method | * description : Javascript Math - ceil() Method | ||
| - | * author | + | * author |
| - | * email : khlee@repia.com | + | * email : khlee@repia.com, shlim@repia.com |
| * lastupdate | * lastupdate | ||
| </ | </ | ||
| <WRAP clear></ | <WRAP clear></ | ||
| + | ======Javascript Math - ceil() Method====== | ||
| ====Ref==== | ====Ref==== | ||
| [[https:// | [[https:// | ||
| 줄 49: | 줄 51: | ||
| let example= Number(Math.ceil(Math.random() * input.value)); | let example= Number(Math.ceil(Math.random() * input.value)); | ||
| </ | </ | ||
| + | \\ | ||
| ======Javascript Math - round() Method====== | ======Javascript Math - round() Method====== | ||
| ====Ref==== | ====Ref==== | ||
| 줄 91: | 줄 93: | ||
| let example= Math.round(Math.random() * input.value); | let example= Math.round(Math.random() * input.value); | ||
| </ | </ | ||
| + | \\ | ||
| ======Javascript Math - floor() Method====== | ======Javascript Math - floor() Method====== | ||
| - | <WRAP left notice 70%> | ||
| - | * description : Javascript Math - floor() Method | ||
| - | * author | ||
| - | * email : shlim@repia.com | ||
| - | * lastupdate | ||
| - | </ | ||
| - | <WRAP clear></ | ||
| - | \\ | ||
| ====Ref==== | ====Ref==== | ||
| [[https:// | [[https:// | ||