Menu

#5 Wrong error return for Ln function

1.0 - beta
open-postponed
nobody
Image (41)
3
2008-04-15
2008-01-17
pksv
No

The following functions has the wrong error return for some cases.
fwiLn_32f_C1R
fwiLn_32f_C3R
fwiLn_32f_C1IR
fwiLn_32f_C3IR

Unit test case.
(1) RunTest( "0", "INF_NEG", 1.0e+37f, fwStsLnZeroArg );
Expected return is fwStsLnZeroArg, and actual return value is fwStsNoErr.
(2)RunTest( "-5.1", "IND_NEG", 1.0e+37f, fwStsLnNegArg );
Expected return is fwStsLnNegArg, and actual return value is fwStsNoErr

Discussion

  • pksv

    pksv - 2008-03-17
    • priority: 5 --> 3
     
  • pksv

    pksv - 2008-04-15
    • status: open --> open-postponed
     

Log in to post a comment.