@mathigon/hilbert
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -198,15 +198,3 @@ 'use strict'; | ||
// ============================================================================= | ||
// ============================================================================= | ||
// ============================================================================= | ||
// ============================================================================= | ||
// ============================================================================= | ||
// ============================================================================= | ||
// ----------------------------------------------------------------------------- | ||
@@ -338,3 +326,3 @@ // Angles | ||
const SIMPLE_SYMBOLS = '|()[]{}÷,!<>=*/+-–−~^_…°•∥⊥\''; | ||
const SIMPLE_SYMBOLS = '|()[]{}÷,!<>=*/+-–−~^_…°•∥⊥\'∠:%∼△'; | ||
const COMPLEX_SYMBOLS = Object.values(SPECIAL_OPERATORS); | ||
@@ -341,0 +329,0 @@ const OPERATOR_SYMBOLS = [...SIMPLE_SYMBOLS, ...COMPLEX_SYMBOLS]; |
{ | ||
"name": "@mathigon/hilbert", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "JavaScript expression parsing, MathML rendering and CAS.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -106,3 +106,3 @@ // ============================================================================= | ||
const SIMPLE_SYMBOLS = '|()[]{}÷,!<>=*/+-–−~^_…°•∥⊥\''; | ||
const SIMPLE_SYMBOLS = '|()[]{}÷,!<>=*/+-–−~^_…°•∥⊥\'∠:%∼△'; | ||
const COMPLEX_SYMBOLS = Object.values(SPECIAL_OPERATORS); | ||
@@ -109,0 +109,0 @@ export const OPERATOR_SYMBOLS = [...SIMPLE_SYMBOLS, ...COMPLEX_SYMBOLS]; |
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
66354
1631