Rocketed to the moon!
Functions changes
-
MROUND
: now rounds all elements from the list of arrays. -
FZERO
: now allows multi-variate fucntion zeroing. NOT supported by LO BASIC.
Bug fixed
- Infinite loop for some non-typical expressions.
Updates
- Testing frame updated.
- The
VarValue
property now indetifies arrays inputs. - Updated users manual.
New methods
-
CopyToScope
method: returns a new scope holding all the variables from the current scope.
New functions
-
BISECTOR
: returns an array with two points that defines the bisector of the segment or angle -
INCENTER
: returns an array with the incenter's coordinates for the given triangle. -
INCIRCLE
: returns an array with the coordinates for the center and the radius for circle inscribed in the given triangle. -
CIRCUMCIRCLE
: returns an array with the coordinates for the center and the radius for circle circumscribed by given triangle. -
CIRCLETANG
: returns an array with the coordinates for the center and the radius for circle circumscribed by given triangle. -
GETFROMLIST
: returns an element from the given list.