Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 359 Bytes

File metadata and controls

19 lines (13 loc) · 359 Bytes

Name: Work

Examples:

work(0.23,4.5) work(1.43,9.81)

Description:

Finds the work an object does using its mass and velocity. The first parameter defines the mass of the object while the second paramter defines the object's velocity.

Syntax:

work(m,v)

##Parameters: m float:mass of object v float:velocity of object

##Returns: float