<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [bitburner](./bitburner.md) > [ReputationFormulas](./bitburner.reputationformulas.md) > [calculateFavorToRep](./bitburner.reputationformulas.calculatefavortorep.md) ## ReputationFormulas.calculateFavorToRep() method Calculate the total required amount of faction reputation to reach a target favor. <b>Signature:</b> ```typescript calculateFavorToRep(favor: number): number; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | favor | number | target faction favor. | <b>Returns:</b> number The calculated faction reputation required.