File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Corporation for National Research Initiatives
22package org .python .core ;
33
4+ import org .python .core .util .ExtraMath ;
45import org .python .expose .ExposedGet ;
56import org .python .expose .ExposedMethod ;
67import org .python .expose .ExposedNew ;
Original file line number Diff line number Diff line change 33
44import java .math .BigInteger ;
55
6+ import org .python .core .util .ExtraMath ;
67import org .python .core .util .StringUtil ;
78
89import org .python .expose .ExposedMethod ;
Original file line number Diff line number Diff line change 11// Copyright (c) Corporation for National Research Initiatives
22
3- package org .python .core ;
3+ package org .python .core . util ;
44
55/**
66 * A static utility class with two additional math functions.
Original file line number Diff line number Diff line change 22package org .python .modules ;
33
44import org .python .core .*;
5+ import org .python .core .util .ExtraMath ;
56import java .lang .Math ;
67
78public class math implements ClassDictInit {
You can’t perform that action at this time.
0 commit comments