Annotation of parser3/tests/results/207.processed, revision 1.1
1.1 ! misha 1: content-type: text/html
! 2: content-length: 387
! 3:
! 4: ^math:abs(-2): 2<br />
! 5: ^math:abs(5): 5<br />
! 6: <br />
! 7: ^math:sign(-3): -1<br />
! 8: ^math:sign(-0): 0<br />
! 9: ^math:sign(6): 1<br />
! 10: <br />
! 11: ^math:trunc(0.6): 0<br />
! 12: ^math:trunc(1.4): 1<br />
! 13: ^math:trunc(-2.5): -2<br />
! 14: <br />
! 15: ^math:frac(0.6): 0.6<br />
! 16: ^math:frac(1.4): 0.4<br />
! 17: ^math:frac(-2.5): -0.5<br />
! 18: <br />
! 19: ^math:exp(1): 2.7183<br />
! 20: ^math:log(3): 1.0986<br />
! 21: ^math:log10(100): 2<br />
E-mail: