Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- float calc_raiz1(float a, float b, float delta) {
- x1 = (-b + sqrt(delta)) / (2*a);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement