"카타 7급 Floating-point Approximation (III)"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
1번째 줄: 1번째 줄:
==Kotlin==
==Kotlin==
{{카타|7급|Kotlin|5}}
{{카타|7급|Kotlin|5}}
<source lang='kotlin'>
<syntaxhighlight lang='kotlin'>
</source>
</syntaxhighlight>
<source lang='kotlin'>
<syntaxhighlight lang='kotlin'>
</source>
</syntaxhighlight>
<source lang='kotlin'>
<syntaxhighlight lang='kotlin'>
</source>
</syntaxhighlight>


==R==
==R==
{{카타|7급|R|5}}
{{카타|7급|R|5}}
<source lang='r'>
<syntaxhighlight lang='r'>
quadratic <- function(a, b, c) {
quadratic <- function(a, b, c) {
   -c/b
   -c/b
}
}
</source>
</syntaxhighlight>

2020년 11월 2일 (월) 02:55 기준 최신판

1 Kotlin[ | ]

2 R[ | ]

quadratic <- function(a, b, c) {
  -c/b
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}