File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
source/learn/f95_features Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -208,9 +208,8 @@ functions (whose values are independent of the values of their
208
208
arguments; arguments are used only to provide kind). These functions are
209
209
important for portable numerical software:
210
210
211
- | | |
212
- | ------------------| ------------------------------------------|
213
211
| ` digits(x) ` | Number of significant digits |
212
+ | ------------------| ------------------------------------------|
214
213
| ` epsilon(x) ` | Almost negligible compared to one (real) |
215
214
| ` huge(x) ` | Largest number |
216
215
| ` maxexponent(x) ` | Maximum model exponent (real) |
@@ -277,9 +276,8 @@ line(i:i-1) ! zero-length string
277
276
278
277
Finally, there is a set of intrinsic character functions, examples being
279
278
280
- | | |
281
- | ------------| ------------------------------|
282
279
| ` achar ` | ` iachar ` (for ASCII set) |
280
+ | ------------| ------------------------------|
283
281
| ` adjustl ` | ` adjustr ` |
284
282
| ` len_trim ` | ` index(s1, s2, back=.true.) ` |
285
283
| ` repeat ` | ` scan ` (for one of a set) |
You can’t perform that action at this time.
0 commit comments