deno.land / x / rambda@v9.1.1 / source / toDecimal.spec.js

toDecimal.spec.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { toDecimal } from './toDecimal.js'
test('happy', () => { expect(toDecimal(2.2789, 1)).toBe(2.3) expect(toDecimal(2.2789, 3)).toBe(2.279) expect(toDecimal(2, 3)).toBe(2) expect(toDecimal(2.2789)).toBe(2.28) expect(toDecimal(2.45464)).toBe(2.45)})
rambda

Version Info

Tagged at
2 months ago