Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1024807 // doubleAvg - synonym of doubleAverage

JavaX fragment (include)

static double doubleAvg(int... a) {
  ret doubleAverage(a);
}



static double doubleAvg(double... l) {
  ret doubleAverage(l);
}



static double doubleAvg(Iterable<Double> l) {
  ret doubleAverage(l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024807
Snippet name: doubleAvg - synonym of doubleAverage
Eternal ID of this version: #1024807/2
Text MD5: c5c0bcd6defb7336033b96e6237d6014
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-20 03:12:47
Source code size: 218 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 161 / 206
Version history: 1 change(s)
Referenced in: [show references]