Язык программирования R/Математика: различия между версиями

Содержимое удалено Содержимое добавлено
Probability
Arithmetics
Строка 594:
</pre>
 
== ArithmeticsАрифметика ==
=== Вычисление факториала ===
 
=== The factorial function ===
 
<tt>factorial</tt> returns the factorial of an integer. This can also be computed using the <tt>prod()</tt> (product) applied to the vector of integers between 1 and the number of interest.