This commit is contained in:
Jade (Rose) Rowland 2025-09-16 11:52:36 -04:00
parent 9cdba1a50e
commit 89b7eac789
3 changed files with 5 additions and 5 deletions

View file

@ -126,6 +126,8 @@ export const lcm = (...fractions) => {
);
};
export const isFraction = (x) => x instanceof Fraction;
fraction._original = Fraction;
export default fraction;