Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ inSpecUnits
Method
inSpecUnits
src/org/albite/util/units/Unit.java:216–218 ·
view source on GitHub ↗
(final double inBaseUnits)
Source
from the content-addressed store, hash-verified
214
}
215
216
private
double inSpecUnits(
final
double inBaseUnits) {
217
return
(inBaseUnits - (a * x)) / (ratio * x);
218
}
219
}
Callers
1
convert
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected