Find a summary statistics for multiple values

后端 未结 0 1149
难免孤独
难免孤独 2021-01-12 06:40

I have written the following r code.

t = seq(0.01, 5, by = 0.001)
for(i in c(t)){
  print(c( i, round(2^i, 3) , round(exp(-3*i))))
 
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题