Skip to content

Commit

Permalink
Added find_moles
Browse files Browse the repository at this point in the history
  • Loading branch information
mordy-python committed May 3, 2021
1 parent 8ddf338 commit 2c65e54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chemyst/molar.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
def molar(moles, volume):
return moles/volume


def find_moles(molar, volume):
return volume * molar

0 comments on commit 2c65e54

Please sign in to comment.