ContRap
The symbolic tool for control-flow based rapid prototyping.

Function min from numeric
Brief description

min(left:double,right:double):double

Computes the minimum of two floating point numbers More ...

Function information
Name: min
Base:
Group: Built-in plugins:Floating point
Icon: math.png
Color: black
Authors: Aless Lasaruk
Copyright: (c) 2010 Aless Lasaruk

Detailed description

Computes the minimum of two floating point numbers.

Input parameters
left: double
Left argument
right: double
Right argument

Return values
Default return value: double
Minimum value