MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / formatResult

Method formatResult

calc/calc.ts:275–282  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

273 const rounded = Math.round(value * 1e12) / 1e12;
274 return rounded.toString().replace(/\.?0+$/, "");
275 }
276}
277
278export default new CalcPlugin();

Callers 1

handleCalcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected