HEXelon MAX includes two types of functions:
- build-in functions - that is which user can not change, for example: Sin,
Log10, ...
- user's functions -
that is user can edit, delete, create new one, publish or
download from Internet.
User's function
HEXelon MAX allows create some new functions consist of build-in functions.
Example:
Create new function calculating rectangle surface.
- Open window with a
functions: Edit > Functions > New.
- Write RectangleSurface
in Function name field.
- Write edge1,edge2
in Variables for function field.
- Write edge1*edge2
in Formula field.
- Write your name or/and
e-mail in Author name field.
- Write some words of
description what new function calculates. E.g: Returns
surface of rectangle when both edges are known.
- Click Save
button.
You just create new function.
Using new function
In calculator (main) window write then function name: RectangleSurface(10;15). Values 10 and 15 are longths of rectangle's edges.
Result for this values are 150 that is surface of the rectangle.
Publish the function in Internet.
HEXelon allows to publish user's function in Internet for other program users.
Download a functions from Internet.
You can use some functions created by other HEXelon users.