MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / IsZero

Method IsZero

extern/ttmath/ttmathuint.h:2541–2548  ·  view source on GitHub ↗

! this method returns true if the value is equal zero */

Source from the content-addressed store, hash-verified

2539 this method returns true if the value is equal zero
2540 */
2541 bool IsZero() const
2542 {
2543 for(uint i=0 ; i<value_size ; ++i)
2544 if(table[i] != 0)
2545 return false;
2546
2547 return true;
2548 }
2549
2550
2551 /*!

Callers 11

TanFunction · 0.80
CotFunction · 0.80
CothFunction · 0.80
ACoshFunction · 0.80
RootCheckIndexZeroFunction · 0.80
RootCheckXZeroFunction · 0.80
GammaFunction · 0.80
PowMethod · 0.80
SqrtMethod · 0.80
ToStringBaseMethod · 0.80
signMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected