Skip to content

Commit bafdab5

Browse files
authored
Merge pull request #115 from mciwing/python_minor_fixes
solved problem for formular display
2 parents 7549702 + 540b3bc commit bafdab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/python/functions.md

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def greet(first_name, last_name):
113113

114114
Remember the task to calculate the break-even point? Now, you'll wrap
115115
following formula within a function:
116+
116117
$$
117118
\text{BEP (units)} = \frac{\text{Fixed Costs}}{\text{Price per Unit} - \text{Variable Cost per Unit}}
118119
$$

0 commit comments

Comments
 (0)