Skip to content

Commit b8bc510

Browse files
committed
language_elements.md: edit tables
Signed-off-by: Norwid Behrnd <[email protected]>
1 parent c3d9ab4 commit b8bc510

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/learn/f95_features/language_elements.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,8 @@ functions (whose values are independent of the values of their
208208
arguments; arguments are used only to provide kind). These functions are
209209
important 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

278277
Finally, 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) |

0 commit comments

Comments
 (0)