| Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link Back |
Delphi Programming RTL Reference|By Category|Alphabetically|By Unit
Sqr |
unit |
| System | |
| category | |
| arithmetic routines |
| declaration |
| description |
The square of X is X multiplied by X, or X*X.
| example |
//4 := Sqr(2); //9 := Sqr(-3); //y := Sqrt(Sqr(y)) //y := Sqrt(Sqr(-y)) |
| in real code |
| see also |
| Free Delphi code snippet inside every Delphi Newsletter! |
|
|
| Got some code to share? Got a question? Need some help? |
|
|

