File tree Expand file tree Collapse file tree 1 file changed +0
-68
lines changed Expand file tree Collapse file tree 1 file changed +0
-68
lines changed Original file line number Diff line number Diff line change @@ -81,74 +81,6 @@ title: "Standard Library"
81
81
82
82
## Math
83
83
84
- <table class =" libitem " >
85
- <tr >
86
- <td colspan="2">
87
- <b>+</b> - Adds two numbers
88
- </td>
89
- </tr >
90
-
91
- <tr >
92
- <td>
93
- Infix notation
94
- </td>
95
- <td>
96
- <code>total-debt = credit-card + debit-card</code>
97
- </td>
98
- </tr >
99
- </table >
100
-
101
- <table class =" libitem " >
102
- <tr >
103
- <td colspan="2">
104
- <b>-</b> - Subtracts two numbers
105
- </td>
106
- </tr >
107
-
108
- <tr >
109
- <td>
110
- Infix notation
111
- </td>
112
- <td>
113
- <code>remaining-debt = total-debt - amount_paid</code>
114
- </td>
115
- </tr >
116
- </table >
117
-
118
- <table class =" libitem " >
119
- <tr >
120
- <td colspan="2">
121
- <b>*</b> - Multiplies two numbers
122
- </td>
123
- </tr >
124
-
125
- <tr >
126
- <td>
127
- Infix notation
128
- </td>
129
- <td>
130
- <code>yearly-payments = monthly-payments * 12</code>
131
- </td>
132
- </tr >
133
- </table >
134
-
135
- <table class =" libitem " >
136
- <tr >
137
- <td colspan="2">
138
- <b>/</b> - Divides two numbers
139
- </td>
140
- </tr >
141
-
142
- <tr >
143
- <td>
144
- Infix notation
145
- </td>
146
- <td>
147
- <code>monthly-payments = yearly-payments / 12</code>
148
- </td>
149
- </tr >
150
- </table >
151
-
152
84
<table class =" libitem " >
153
85
<tr >
154
86
<td colspan="2">
You can’t perform that action at this time.
0 commit comments