Ignore:
Timestamp:
Apr 13, 2021, 5:48:41 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3ada8ae
Parents:
4c4e444
git-author:
Peter A. Buhr <pabuhr@…> (04/13/21 17:44:33)
git-committer:
Peter A. Buhr <pabuhr@…> (04/13/21 17:48:41)
Message:

fix incorrectly decimal-point printing, add engineering-notation manipulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/vector_math/.expect/vec4_float.txt

    r4c4e444 rfd4c009  
    66zero-assign:<0.,0.,0.,0.>
    77fill-ctor:<1.23,1.23,1.23,1.23>
    8 ?-?:<0.02,0.43,-0.999998,-1e-06.>
    9 ?-=?:<0.02,0.43,-0.999998,-1e-06.>
    10 -?:<-0.02,-0.43,0.999998,1e-06.>
     8?-?:<0.02,0.43,-0.999998,-1e-06>
     9?-=?:<0.02,0.43,-0.999998,-1e-06>
     10-?:<-0.02,-0.43,0.999998,1e-06>
    1111?+?:<2.3,2.45,-9.2,-12.5>
    1212?+=?:<2.3,2.45,-9.2,-12.5>
Note: See TracChangeset for help on using the changeset viewer.