mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6f127c6b8d
commit
8368803dac
|
@ -1,7 +1,7 @@
|
|||
def rotation_partition_function(moment_of_inertia: float,
|
||||
def rotation_partition_function(moment_of_inertia: float,
|
||||
temperature: float) -> float:
|
||||
"""
|
||||
Calculates the rotational partition
|
||||
Calculates the rotational partition
|
||||
function for linear molecules.
|
||||
|
||||
>>> round(rotation_partition_function(1e-46, 300), 4)
|
||||
|
|
Loading…
Reference in New Issue
Block a user