|
Last change
on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
496 bytes
|
| Line | |
|---|
| 1 | export { clamp } from './clamp.js';
|
|---|
| 2 | export { inRange } from './inRange.js';
|
|---|
| 3 | export { mean } from './mean.js';
|
|---|
| 4 | export { meanBy } from './meanBy.js';
|
|---|
| 5 | export { median } from './median.js';
|
|---|
| 6 | export { medianBy } from './medianBy.js';
|
|---|
| 7 | export { random } from './random.js';
|
|---|
| 8 | export { randomInt } from './randomInt.js';
|
|---|
| 9 | export { range } from './range.js';
|
|---|
| 10 | export { rangeRight } from './rangeRight.js';
|
|---|
| 11 | export { round } from './round.js';
|
|---|
| 12 | export { sum } from './sum.js';
|
|---|
| 13 | export { sumBy } from './sumBy.js';
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.