From ec9f83a310820fa1a6b7fdd556e0edef32a9659c Mon Sep 17 00:00:00 2001 From: Mat-Ge <128398586+Mat-Ge@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:36:18 +0100 Subject: [PATCH] Update GeoGebra.md --- doc/en/Authoring/GeoGebra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Authoring/GeoGebra.md b/doc/en/Authoring/GeoGebra.md index bd211eb3d..1145ea7cf 100644 --- a/doc/en/Authoring/GeoGebra.md +++ b/doc/en/Authoring/GeoGebra.md @@ -294,7 +294,7 @@ It is possible to update existing objects, or indeed to create new objects insid [[/geogebra]] [[input:ans1]] [[validation:ans1]] -Please note that the STACK and GeoGebra syntax do not match perfectly. For example, `g:%pi*x^3` will throw an error in GeoGebra because `%pi` in Maxima does not match `pi` in GeoGebra. (Functionality to match sytax may be supported in the future but matching maxima syntax to GeoGebra syntax is a lot of work.) +Please note that the STACK and GeoGebra syntax do not match perfectly. For example, `g:%pi*x^3` will throw an error in GeoGebra because `%pi` in Maxima does not match `pi` in GeoGebra. (Functionality to match syntax may be supported in the future but matching maxima syntax to GeoGebra syntax is a lot of work.) ### Future plans 1. GeoGebra boolean types should come through to STACK as just return true/false (not 0,1). -- GitLab