<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [ReputationFormulas](./bitburner.reputationformulas.md) &gt; [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.