https://issues.apache.org/ooo/show_bug.cgi?id=122171

            Bug ID: 122171
        Issue Type: FEATURE
           Summary: Function to return roots of quadratic equation
    Classification: Application
           Product: Calc
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Quadratic function ax^2+bx+c=0

Proposed added function:
=quadratic(a,b,c,1) will return (-b+sqrt(b^2-4ac))/(2a)
=quadratic(a,b,c,2) will return (-b-sqrt(b^2-4ac))/(2a)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to