MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / price_plus_tax.py

File price_plus_tax.py

financial/price_plus_tax.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Calculate price plus tax of a good or service given its price and a tax rate.
3"""
4

Callers

nothing calls this directly

Calls 1

price_plus_taxFunction · 0.85

Tested by

no test coverage detected