Rand Stats

Life::Mathematics

zef:lizmat

Actions Status Actions Status Actions Status

NAME

Life::Mathematics - provide Mathematics of Life logic

SYNOPSIS

use Life::Mathematics;

say add-up("hardwork");   # 98%
say add-up("knowledge");  # 96%
say add-up("attitude");   # 100%

DESCRIPTION

The Life::Mathematics distrubution provides a simple add-up subroutine that encapsulates the logic as described in: Mathematics of Life

AUTHOR

Elizabeth Mattijsen liz@raku.rocks

Source can be located at: https://codeberg.org/lizmat/Life-Mathematics . Comments and Pull Requests are welcome.

If you like this module, or what I'm doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2026 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.