, чтобы сохранить свой прогресс
Гамма-функция
⌛
gamma
should be a function.
⌛
gamma(.1)
should return a number.
⌛
gamma(.1)
should return 9.513507698668736
.
⌛
gamma(.2)
should return 4.590843711998803
.
⌛
gamma(.3)
should return 2.9915689876875904
.
⌛
gamma(.4)
should return 2.218159543757687
.
⌛
gamma(.5)
should return 1.7724538509055159
.
/**
* Your test output will go here.
*/