DOKK / manpages / debian 12 / libpgobject-type-bigfloat-perl / PGObject::Type::BigFloat.3pm.en
PGObject::Type::BigFloat(3pm) User Contributed Perl Documentation PGObject::Type::BigFloat(3pm)

PGObject::Type::BigFloat - Math::BigFloat wrappers for PGObject classes

Version 2.001

    use PGObject::Type::BigFloat;
    PGObject::Type::BigFloat->register(); # Get all numeric and float types
    my $self->{foo} = PGObject::Type::BigFloat->new(0);
    $self->call_dbmethod(funcname => 'bar'); # will use this as a numeric

This serializes this into a simple db-friendly form.

take simple normalized db floats and turn them into numeric representations.

Return undef to the db or user interface. Can be set through apps.

Chris Travers, "<chris.travers at gmail.com>"

Please report any bugs or feature requests to "bug-pgobject-type-bigfloat at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PGObject-Type-BigFloat>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.

    perldoc PGObject::Type::BigFloat

You can also look for information at:

  • RT: CPAN's request tracker (report bugs here)

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=PGObject-Type-BigFloat>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/PGObject-Type-BigFloat>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/PGObject-Type-BigFloat>

  • Search CPAN

    <http://search.cpan.org/dist/PGObject-Type-BigFloat/>

Copyright 2013-2014 Chris Travers.

This program is released under the following license: BSD

2022-12-12 perl v5.36.0