Показаны различия между двумя версиями страницы.
| Следующая версия | Предыдущая версия | ||
|
ob:visual:out:en [2022/10/03 21:21] iadenisov создано |
ob:visual:out:en [2023/11/08 22:58] (текущий) iadenisov |
||
|---|---|---|---|
| Строка 1: | Строка 1: | ||
| + | Documentation for [[https:// | ||
| + | |||
| ====== Out module ====== | ====== Out module ====== | ||
| Строка 14: | Строка 16: | ||
| Writes an integer number into the log, with n digits.\\ | Writes an integer number into the log, with n digits.\\ | ||
| - | If n is too small (e.g., 0) to represent the number correctly, | + | If n is too small (e.g., 0) to represent the number correctly,\\ |
| the necessary minimal number of digits is used. | the necessary minimal number of digits is used. | ||
| Строка 20: | Строка 22: | ||
| Writes a real number into the log, with n digits.\\ | Writes a real number into the log, with n digits.\\ | ||
| - | If n is too small (e.g., 0) to represent the number correctly, | + | If n is too small (e.g., 0) to represent the number correctly,\\ |
| the necessary minimal number of digits is used. | the necessary minimal number of digits is used. | ||