|
1 | 1 | { |
2 | | - * This unit may be freely distributed and used on the condition that this |
3 | | - * comment is not removed from the unit. |
4 | | - * |
5 | | - * The unit was generated automatically from a selection of source code taken |
6 | | - * from the Code Snippets Database at http://www.delphidabbler.com/url/csdb. |
7 | | - * |
8 | | - * The source code contained in this unit is made available on an "AS IS" basis, |
9 | | - * WITHOUT WARRANTY OF ANY KIND, either express or implied. The code is used |
10 | | - * entirely at your own risk. |
11 | | - * |
12 | | - * Generated on : Thu, 18 Apr 2013 23:27:42 GMT. |
13 | | - * Generated by : DelphiDabbler CodeSnip Release 4.4.0. |
14 | | - * |
15 | | - * The latest version of CodeSnip is available from the DelphiDabbler website at |
16 | | - * http://www.delphidabbler.com/url/codesnip-home. |
| 2 | + * This file was generated from the DelphiDabbler Code Snippets Database. |
| 3 | + * The source code is licensed under the MIT license, copyright © 2005-2021, |
| 4 | + * Peter Johnson (https://gravatar.com/delphidabbler) and Contributors. The |
| 5 | + * full license and a list of contributors can be found in the `LICENSE` and |
| 6 | + * `CONTRIBUTORS` files at |
| 7 | + * https://github.com/delphidabbler/code-snippets/tree/master/csdb/collection |
17 | 8 | } |
18 | 9 |
|
19 | 10 | unit UMathsCatSnippets; |
@@ -167,7 +158,7 @@ procedure MinMidMax(const A, B, C: Double; out Min, Mid, Max: Double); overload; |
167 | 158 | floating point numbers, A, B and C and returns them in Min, Mid and Max |
168 | 159 | respectively.} |
169 | 160 |
|
170 | | -procedure MinMidMax(const A, B, C: Extended; out Min, Mid, Max: Extended); |
| 161 | +procedure MinMidMax(const A, B, C: Extended; out Min, Mid, Max: Extended); |
171 | 162 | overload; |
172 | 163 | {Finds the minimum, middle and maximum values of three extended precision |
173 | 164 | floating point numbers, A, B and C and returns them in Min, Mid and Max |
@@ -756,7 +747,7 @@ procedure MinMidMax(const A, B, C: Double; out Min, Mid, Max: Double); overload; |
756 | 747 | end; |
757 | 748 | end; |
758 | 749 |
|
759 | | -procedure MinMidMax(const A, B, C: Extended; out Min, Mid, Max: Extended); |
| 750 | +procedure MinMidMax(const A, B, C: Extended; out Min, Mid, Max: Extended); |
760 | 751 | overload; |
761 | 752 | {Finds the minimum, middle and maximum values of three extended precision |
762 | 753 | floating point numbers, A, B and C and returns them in Min, Mid and Max |
|
0 commit comments