feat: Add generic operation square
and numeric unequal
#4
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Dependency, ImpType, ImpReturns } from "../core/Dispatcher";
|
||||
import {Dependency, ImpType, ImpReturns} from "../core/Dispatcher";
|
||||
|
||||
declare module "./type" {
|
||||
interface GenericReturn<Params> {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { configDependency } from '../core/Config.js'
|
||||
import { Signature, ImpType, Dependency } from '../core/Dispatcher.js'
|
||||
import {configDependency} from '../core/Config.js'
|
||||
import {Signature, ImpType, Dependency} from '../core/Dispatcher.js'
|
||||
|
||||
const DBL_EPSILON = Number.EPSILON || 2.2204460492503130808472633361816E-16
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue