Skip to content

VBA-Expressions v3.3.0

Latest
Compare
Choose a tag to compare
@ws-garcia ws-garcia released this 17 May 03:20

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.