Skip to content
Snippets Groups Projects
Unverified Commit ec9f83a3 authored by Mat-Ge's avatar Mat-Ge Committed by GitHub
Browse files

Update GeoGebra.md

parent 1e38b123
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,7 @@ It is possible to update existing objects, or indeed to create new objects insid ...@@ -294,7 +294,7 @@ It is possible to update existing objects, or indeed to create new objects insid
[[/geogebra]] [[/geogebra]]
[[input:ans1]] [[validation:ans1]] [[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 ### Future plans
1. GeoGebra boolean types should come through to STACK as just return true/false (not 0,1). 1. GeoGebra boolean types should come through to STACK as just return true/false (not 0,1).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment