diff options
Diffstat (limited to 'macros/arithenco.sci')
-rw-r--r-- | macros/arithenco.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/arithenco.sci b/macros/arithenco.sci index a463afa..b596924 100644 --- a/macros/arithenco.sci +++ b/macros/arithenco.sci @@ -1,7 +1,7 @@ function [code] = arithenco(seq, count) // This function encodes the given sequence using aritmetic coding -// Calling sequence +// Syntax // CODE = ARITHENCO(SEQ, COUNT) // Description |