@mathigon/hilbert
Advanced tools
Comparing version 1.1.2 to 1.1.4
@@ -6,6 +6,6 @@ import { Interval } from './eval'; | ||
} | ||
export declare type CustomFunction = ((...args: number[]) => number); | ||
export declare type VarMap = Record<string, number | string | Interval | ExprElement | CustomFunction>; | ||
export declare type ExprMap = Record<string, ExprElement>; | ||
export declare type MathMLMap = Record<string, (...args: MathMLArgument[]) => string>; | ||
export type CustomFunction = ((...args: number[]) => number); | ||
export type VarMap = Record<string, number | string | Interval | ExprElement | CustomFunction>; | ||
export type ExprMap = Record<string, ExprElement>; | ||
export type MathMLMap = Record<string, (...args: MathMLArgument[]) => string>; | ||
/** | ||
@@ -12,0 +12,0 @@ * Maths Expression |
import { SpecialFunction } from './symbols'; | ||
declare const OPERATORS: readonly ["add", "sub", "mul", "div", "sup"]; | ||
declare type Functions = typeof OPERATORS[number] | SpecialFunction; | ||
export declare type Interval = [number, number]; | ||
type Functions = typeof OPERATORS[number] | SpecialFunction; | ||
export type Interval = [number, number]; | ||
export declare const width: (a: Interval) => number; | ||
@@ -6,0 +6,0 @@ export declare const isWhole: (a: Interval) => boolean; |
@@ -11,5 +11,5 @@ import { Obj } from '@mathigon/core'; | ||
declare const SPECIAL_FUNCTIONS: readonly ["abs", "round", "floor", "ceil", "max", "min", "mod", "lcm", "gcd", "gcf", "log", "exp", "ln", "sqrt", "root", "sin", "cos", "tan", "sec", "csc", "cot", "cosec", "cotan", "arcsin", "arccos", "arctan", "sinh", "cosh", "tanh", "sech", "csch", "coth", "cosech"]; | ||
export declare type SpecialFunction = typeof SPECIAL_FUNCTIONS[number]; | ||
export type SpecialFunction = typeof SPECIAL_FUNCTIONS[number]; | ||
export declare function isSpecialFunction(fn: string): fn is SpecialFunction; | ||
export declare const VOICE_STRINGS: Obj<string>; | ||
export {}; |
{ | ||
"name": "@mathigon/hilbert", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"license": "MIT", | ||
@@ -34,17 +34,17 @@ "homepage": "https://mathigon.io/hilbert", | ||
"dependencies": { | ||
"@mathigon/core": "1.1.2", | ||
"@mathigon/fermat": "1.1.2" | ||
"@mathigon/core": "1.1.4", | ||
"@mathigon/fermat": "1.1.4" | ||
}, | ||
"devDependencies": { | ||
"@types/tape": "4.13.2", | ||
"@typescript-eslint/eslint-plugin": "5.36.1", | ||
"@typescript-eslint/parser": "5.36.1", | ||
"esbuild": "0.15.6", | ||
"eslint": "8.22.0", | ||
"@typescript-eslint/eslint-plugin": "5.45.0", | ||
"@typescript-eslint/parser": "5.45.0", | ||
"esbuild": "0.15.16", | ||
"eslint": "8.28.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"tape": "5.6.0", | ||
"tape": "5.6.1", | ||
"ts-node": "10.9.1", | ||
"tslib": "2.4.0", | ||
"typescript": "4.8.2" | ||
"tslib": "2.4.1", | ||
"typescript": "4.9.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
290177
+ Added@mathigon/core@1.1.4(transitive)
+ Added@mathigon/fermat@1.1.4(transitive)
- Removed@mathigon/core@1.1.2(transitive)
- Removed@mathigon/fermat@1.1.2(transitive)
Updated@mathigon/core@1.1.4
Updated@mathigon/fermat@1.1.4