We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fraction
fraction.js
1 parent d8e4073 commit 97da410Copy full SHA for 97da410
types/index.d.ts
@@ -1,4 +1,7 @@
1
import { Decimal } from 'decimal.js'
2
+import { Fraction } from 'fraction.js'
3
+
4
+export { Fraction }
5
6
export as namespace math
7
@@ -4049,12 +4052,6 @@ export interface MatrixCtor {
4049
4052
// eslint-disable-next-line @typescript-eslint/no-empty-interface
4050
4053
export interface BigNumber extends Decimal {}
4051
4054
-export interface Fraction {
- s: bigint
- n: bigint
4055
- d: bigint
4056
-}
4057
-
4058
export interface Complex {
4059
re: number
4060
im: number
0 commit comments