Function max from numeric
Brief description
max(left:double,right:double):double
Computes the maximum of two floating point numbers More ...
Function information
| Name: | max |
| Base: | |
| Group: | Built-in plugins:Floating point |
| Icon: | math.png |
| Color: | black |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Computes the maximum of two floating point numbers.
Input parameters
-
left:
double
- Left argument
-
right:
double
- Right argument
Return values
-
Default return value:
double
- Maximum value
