Skip to content

Commit

Permalink
API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Nov 10, 2021
1 parent f8d8d37 commit f7fd955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reliability/PoF.py
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ def creep_failure_time(temp_low, temp_high, time_low, C=20, print_results=True):
temperature (temp_high).
This relation requires the input temperatures in Fahrenheit. To convert
Celsius to Fahrenheit use :math:`F = C × \left(9/5\right) + 32`
Celsius to Fahrenheit use :math:`F = C × 1.8 + 32`
Note that the conversion between Fahrenheit and Rankine used in this
calculation is :math:`R = F+459.67`
Expand Down

0 comments on commit f7fd955

Please sign in to comment.