source:
node_modules/d3-format/src/exponent.js@
e4c61dd
| Last change on this file since e4c61dd was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 149 bytes | |
| Line | |
|---|---|
| 1 | import {formatDecimalParts} from "./formatDecimal.js"; |
| 2 | |
| 3 | export default function(x) { |
| 4 | return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN; |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
