about | help | code help+videos | done | prefs |
Given the coefficients in standard form of a linear equation return the slope of the line. Standard form linear equations are in the form ax + by + c = 0. slopeFromStandardForm(4.0, 1.0, 0.0) → -0.25 slopeFromStandardForm(1.0, -2.0, 3.0) → 2.0 slopeFromStandardForm(0, 3.0, 1.0) → 0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 112 Post-solution available
Copyright Nick Parlante 2017 - privacy