JavaScript must be enabled in order for you to use JSXGraph and JSXGraph reference. However, it seems JavaScript is either disabled or not supported by your browser.

Class Index | File Index

Elements
Classes

Class JXG.CA


      ↳ JXG.CA



Defined in: ca.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JXG.CA(code, geonext, parser)
A JessieCode object provides an interface to the parser and stores all variables and objects used within a JessieCode script.
Method Summary
Method Attributes Method Name and Description
 
expandDerivatives(node, parent, ast)
f = map (x) -> x*sin(x); Usages: h = D(f, x); h = map (x) -> D(f, x); or D(x^2, x);
 
setMath(node)
Declare all subnodes as math nodes, i.e recursively set node.isMath = true;
Class Detail
JXG.CA(code, geonext, parser)
A JessieCode object provides an interface to the parser and stores all variables and objects used within a JessieCode script. The optional argument code is interpreted after initializing. To evaluate more code after initializing a JessieCode instance please use JXG.JessieCode#parse. For code snippets like single expressions use JXG.JessieCode#snippet.
Parameters:
{String} code Optional
Code to parse.


{Boolean} geonext Optional, Default: false
Geonext compatibility mode.


parser


Method Detail
expandDerivatives(node, parent, ast)
f = map (x) -> x*sin(x); Usages: h = D(f, x); h = map (x) -> D(f, x); or D(x^2, x);
Parameters:
node
parent
ast

setMath(node)
Declare all subnodes as math nodes, i.e recursively set node.isMath = true;
Parameters:
node

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 08 2024 12:21:01 GMT+0100 (Mitteleuropäische Normalzeit)