Calc

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,500
edited 2007-05-20 in Download section
Calc
Calc - is NAV function for works with mathematical expressions like as
((((-12,1)+3)*2)/4). Support only 4 operations: +, -, *, /, but easy can be expanded.

http://www.mibuso.com/dlinfo.asp?FileID=820

Discuss this download here.

Comments

  • WaldoWaldo Member Posts: 3,412
    Sorry man, doesn't work.

    (10*5)/2=2 #-o

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    Hi Waldo, [-X

    Just write so "((10*5)/2)" :D

    The last ")" execute the operation "/" and result "25" push to stack.

    Look for the branch for working with ")"

    Thank you
  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    The main fitch this function is calculation of the expressions like "(((10-3)+(15+5)-(100*7))/(17-7))" etc ...

    p.s. i don't sure that you understand me [-o< ](*,)
  • WaldoWaldo Member Posts: 3,412
    I understand.

    Actually, every two elements, we have to put between brackets...
    ((0,5 * 10) * 5) = 25
    which is correct

    (0,5 * 10 * 5) = 50
    which is obviously not correct

    :-k

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    Yes,

    this function dosn't know mathematics. ](*,)
    For compatible work need pre-function for set the expressions to same kind
Sign In or Register to comment.