RMaxBJ
- Parameters
-
a real
b real
- comment
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
real
- Source code
-
function RMaxBJ takes real a, real b returns real if (a < b) then return b else return a endif endfunction