mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
6 lines
200 B
JavaScript
6 lines
200 B
JavaScript
// TODO: would be nice to call '../../' so we know for sure ESM is correctly exported
|
|
import { sqrt, format } from '../../lib/esm/index.js'
|
|
|
|
console.log(format(sqrt(4)))
|
|
console.log(format(sqrt(-4)))
|