Annotation of parser3/tests/results/260.processed, revision 1.1

1.1     ! misha       1: Content-Type: text/html
        !             2: Content-Length: 678
        !             3: 
        !             4: bin: ^math:convert[ 10 ](10;2) 1010
        !             5: <br />
        !             6: oct: ^math:convert[ 10 ](10;8) 12
        !             7: <br />
        !             8: dec: ^math:convert[ 10 ](10;10) 10
        !             9: <br />
        !            10: hex: ^math:convert[ 10 ](10;16) A
        !            11: <hr />
        !            12: bin: ^math:convert[ 32 ](10;2) 100000
        !            13: <br />
        !            14: oct: ^math:convert[ 32 ](10;8) 40
        !            15: <br />
        !            16: dec: ^math:convert[ 32 ](10;10) 32
        !            17: <br />
        !            18: hex: ^math:convert[ 32 ](10;16) 20
        !            19: <hr />
        !            20: bin: ^math:convert[ 20](16;2) 100000
        !            21: <br />
        !            22: oct: ^math:convert[ 20](16;8) 40
        !            23: <br />
        !            24: dec: ^math:convert[ 20](16;10) 32
        !            25: <br />
        !            26: hex: ^math:convert[ 20](16;16) 20
        !            27: <hr />
        !            28: bin: ^math:convert[ -240](10;2) -11110000
        !            29: <br />
        !            30: oct: ^math:convert[ -240](10;8) -360
        !            31: <br />
        !            32: dec: ^math:convert[ -240](10;10) -240
        !            33: <br />
        !            34: hex: ^math:convert[ -240](10;16) -F0

E-mail: