我有一個字符串數組,例如: $testArray = array ('here I am going to have a string that is over 50 charactersss ', 'where I am going to hav string that is over 50 charactersss');
我需要基本上創建其中將採取陣列或多個陣列和計數字符串的長度的函數。如
我的因子方法工作正常,但我想從輸出數字和因子結果更改輸出。例如,如果用戶對輸出進入6說我想6 * 5 * 4 * 3 * 2 * 1 = 720,代替的6階乘是:720 int count, number;//declared count as loop and number as user input
int fact = 1;//declared as 1
Scanner
背景 由於一個bug in Renjin的format家庭的功能不可用,但sprintf作品。 代碼 這裏是一個替換功能,一個數字轉換爲逗號分隔字符串: commas <- function(n) {
s <- sprintf("%03.0f", n %% 1000)
n <- n %/% 1000
while(n > 0) {
s <- concat(s