Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7560341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T12:52:41+00:00 2026-05-30T12:52:41+00:00

Hey I have the following code which I’m using to isolate the a b

  • 0

Hey I have the following code which I’m using to isolate the a b c variables to use in the quadratic formula.

    $equation = '-5x^2–3x+4';
    $pattern = '/(?:^|[^\^])((?:\- *)?\d+)/';
    preg_match_all($pattern, $equation,  $pieces);
    if (substr($equation, 0) == 'x') 
    {
        $pieces_final[0][0] = 1;
        $pieces_final[0][1] = $pieces[0][0];
        $pieces_final[0][2] = $pieces[0][1];

    } 
    else 
    {
        $pieces_final = $pieces;
    }       
    print_r($pieces_final);

and it’s not working, it’s showing a weird ascii character in replace of the negative sign infront of the three, I really have no clue what could be wrong.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T12:52:43+00:00Added an answer on May 30, 2026 at 12:52 pm

    That’s not a negative sign.

    >>> hex(ord(u'–'))
    '0x2013'
    >>> unicodedata.name(u'–')
    'EN DASH'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey guys I have the following code working which is sending a GET Request
Hey there, I have the following code: sVal = analogRead(potPin); // read the value
Hey everyone, I have achieved the effect described in the title using the following
I have written code such as the following, which by assumption shouldn't compile. I'm
I have use following code to display category and there product on click patent
Hey. I have the following code: final String text = (String) lt.getItemAtPosition(position); db.removeCategory(text); What
Hey, if you have got the following code and want to check if $key
I have the following code #include <iostream> #include <vector> using namespace std; int distance(vector<int>&
Hey fellas, I have the following VBA code. It gets the values from an
Hey Guys I have the following simple Code : WhereAmIViewController.h #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.