def square_ff(): """ square_ff() -> howto_square_ff_sptr <+description+> Params: (NONE) """ return _howto_swig.square_ff()
def square_ff(): """ square_ff() -> howto_square_ff_sptr square a stream of floats. Return a shared_ptr to a new instance of howto_square_ff. To avoid accidental use of raw pointers, howto_square_ff's constructor is private. howto_make_square_ff is the public interface for creating new instances. Params: (NONE) """ return _howto_swig.square_ff()
def square_ff(): """square_ff() -> howto_square_ff_sptr""" return _howto_swig.square_ff()