Update easylang.html.markdown (#4288)

This commit is contained in:
chkas 2022-01-03 18:12:22 +01:00 committed by GitHub
parent 6467d88012
commit 3cbcd37434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ print str_ord "A"
print str_chr 65 print str_chr 65
# #
# set number format # set number format
numb_fmt 0 4 numfmt 0 4
print sqrt 2 print sqrt 2
print pi print pi
print logn 10 print logn 10