mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
import { abs } from '../../../main/es6'
|
|
|
|
console.log(abs(-3))
|