TakeLargestBy
TakeLargestBy({e_1, e_2, ..., e_i}, function, n)returns the
nvalues from the list{e_1, e_2, ..., e_i}, wherefunction(e_i)is largest.
Examples
>> TakeLargestBy(Prime(Range(10)),Mod(#,7)&, 3){13,5,19}Implementation status
- ✅ - full supported
 Try CalcES Scientific Calculator Online
Try CalcES Scientific Calculator Online