1 | static double doubleAvg(int... a) { |
2 | ret doubleAverage(a); |
3 | } |
4 | |
5 | |
6 | |
7 | static double doubleAvg(double... l) { |
8 | ret doubleAverage(l); |
9 | } |
10 | |
11 | |
12 | |
13 | static double doubleAvg(Iterable<Double> l) { |
14 | ret doubleAverage(l); |
15 | } |
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: | 289 / 326 |
Version history: | 1 change(s) |
Referenced in: | [show references] |