Searched refs:to_eng (Results 1 – 3 of 3) sorted by relevance
387 assertEqual(Decimal("0.21").to_eng(), "0.21"); in SmallContextTest()388 assertEqual(Decimal("9.99e10").to_eng(), "99.9E+9"); in SmallContextTest()
2318 Str_DecCtx(&Decimal::to_eng, token, extended); in do_stream()
1212 inline std::string to_eng(bool capitals=true) const { in to_eng() function in decimal::Decimal