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
208208arguments; arguments are used only to provide kind). These functions are
209209important for portable numerical software:
210210
211- | | |
212- | ------------------| ------------------------------------------|
213211| ` digits(x) ` | Number of significant digits |
212+ | ------------------| ------------------------------------------|
214213| ` epsilon(x) ` | Almost negligible compared to one (real) |
215214| ` huge(x) ` | Largest number |
216215| ` maxexponent(x) ` | Maximum model exponent (real) |
@@ -277,9 +276,8 @@ line(i:i-1) ! zero-length string
277276
278277Finally, there is a set of intrinsic character functions, examples being
279278
280- | | |
281- | ------------| ------------------------------|
282279| ` achar ` | ` iachar ` (for ASCII set) |
280+ | ------------| ------------------------------|
283281| ` adjustl ` | ` adjustr ` |
284282| ` len_trim ` | ` index(s1, s2, back=.true.) ` |
285283| ` repeat ` | ` scan ` (for one of a set) |
You can’t perform that action at this time.
0 commit comments