Giải phương trình trùng phương ax4 + bx2 + c = 0 bằng máy tính

#include

#include

using namespace std;

int giaiPT[float a, float b, float c, float &x1, float &x2] {

    float delta = b * b - 4 * a*c;

    if [delta

Chủ Đề