version 1.2, 2017/07/04 15:26:41 |
version 1.3, 2025/01/06 18:50:19 |
|
|
.\" $OpenBSD$ |
.\" $OpenBSD$ |
.TH NR-INT 1 "January 23, 2015" |
.TH NR-INT 1 "January 6, 2025" |
.SH NAME |
.SH NAME |
nr-scale \- scaling units in numeric expressions |
nr-scale \- scaling units in numeric expressions |
.SH DESCRIPTION |
.SH DESCRIPTION |
Line 25 nr-scale \- scaling units in numeric expressions |
|
Line 25 nr-scale \- scaling units in numeric expressions |
|
\nY |
\nY |
.nr Y 1X+2 |
.nr Y 1X+2 |
\nY |
\nY |
|
.PP |
|
.nr Y 0.001f |
|
0.001f = \nYu; |
|
.nr Y 0.1i |
|
0.1i = \nYu; |
|
.nr Y 0.1c |
|
0.1c = \nYu; |
|
.nr Y 0.25P |
|
0.25P = \nYu; |
|
.nr Y 0.6p |
|
0.6p = \nYu |
|
.PP |
|
.nr Y 3p |
|
3p = \nYu; |
|
.nr Y 1p+1p+1p |
|
1p+1p+1p = \nYu; |
|
.nr Y 1p*3 |
|
1p*3 = \nYu |