Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/elementalui/elemental
/ denominators
Function
denominators
src/constants.js:56–62 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
54
}
55
56
function
denominators (n) {
57
for
(
var
d = 2; d <= 20; d++) {
58
if
(n < d) {
59
exports.fractions[n +
'/'
+ d] = perc(n / d);
60
}
61
}
62
}
63
64
exports.fractions = {
65
'1'
:
'100%'
,
Callers
1
constants.js
File · 0.85
Calls
1
perc
Function · 0.85
Tested by
no test coverage detected