LinearBondingCurve.sol#L14-L25
The problem is in the following line: 
The division of 1e18 should be performed after the loop is completed to avoid early division rounding error. 
Mitigation: The division of 1e19 is performed outside:
