Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 347 Bytes

Min.float.float.md

File metadata and controls

25 lines (13 loc) · 347 Bytes

Min(float, float)

Returns the smaller of 2 numbers.

float min(float num1, float num2)

Parameters

num1

Type: float

num2

Type: float

Returns

float

Returns either num1 or num2, depending on which one is smaller.