Calculator Tools Calculator Tools
Create

Compound Calculator

Sep 5, 2023

About this app

Compound Calculator

[ { "search": "", "replace": "" }, { "search": "Week", "replace": "Week\n Capital Margin\n Weekly Percentage\n Payout Per Week\n Simple Profit\n Net Profit\n Compound Profit\n Total Profit Combined" }, { "search": "1", "replace": "1\n \n \n \n \n \n \n " }, { "search": "", "replace": "\n \n 2\n \n \n \n \n \n \n \n " } ]

Related apps

Put this on your site

Source

                    [
{
"search": "<table>",
"replace": "<table class=\"table\">"
},
{
"search": "<th>Week<\/th>",
"replace": "<th>Week<\/th>\n <th>Capital Margin<\/th>\n <th>Weekly Percentage<\/th>\n <th>Payout Per Week<\/th>\n <th>Simple Profit<\/th>\n <th>Net Profit<\/th>\n <th>Compound Profit<\/th>\n <th>Total Profit Combined<\/th>"
},
{
"search": "<td>1<\/td>",
"replace": "<td>1<\/td>\n <td><input type=\"text\" id=\"capital-margin-1\"><\/td>\n <td><input type=\"text\" id=\"weekly-percentage-1\"><\/td>\n <td><input type=\"text\" id=\"payout-per-week-1\"><\/td>\n <td><span id=\"simple-profit-1\"><\/span><\/td>\n <td><span id=\"net-profit-1\"><\/span><\/td>\n <td><span id=\"compound-profit-1\"><\/span><\/td>\n <td><span id=\"total-profit-combined-1\"><\/span><\/td>"
},
{
"search": "<\/tr>",
"replace": "<\/tr>\n <tr>\n <td>2<\/td>\n <td><input type=\"text\" id=\"capital-margin-2\"><\/td>\n <td><input type=\"text\" id=\"weekly-percentage-2\"><\/td>\n <td><input type=\"text\" id=\"payout-per-week-2\"><\/td>\n <td><span id=\"simple-profit-2\"><\/span><\/td>\n <td><span id=\"net-profit-2\"><\/span><\/td>\n <td><span id=\"compound-profit-2\"><\/span><\/td>\n <td><span id=\"total-profit-combined-2\"><\/span><\/td>\n <\/tr>"
}
]