Libraries tagged by calculo
kostikpenzin/credit-calc
1047 Downloads
Calculator for calculating the loan repayment schedule using annuity/differentiated repayment methods. You can specify partial early repayment, as well as take into account one-time/periodic commissions. The package is easily expanded with our own algorithms for calculating the repayment schedule.
jiangbianwanghai/bankloan
28 Downloads
a calculator of bank loan
jaxon-php/jaxon-demo-calc
11 Downloads
A simple calculator implemented as a Jaxon package
inspirenmy/php-math-parser
3897 Downloads
Simple mathematical expression parser and calculator.
gavinggordon/tablechartbuilder
45 Downloads
Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.
fubhy/math-php
294 Downloads
A lexer and parser for mathematical expressions.
detain/ip-tools
225 Downloads
Universal IP Tools for manipulation on IPv4 and IPv6. Network calculator for subnet mask and other classless (CIDR) network information.
adrian-cid/julian-converter
72 Downloads
A PHP library for converting dates between the Gregorian calendar and Julian dates, with support for time precision down to seconds. Ideal for date manipulations, calendar conversions, and astronomical calculations.
schnipseljagd/decimal
963 Downloads
decimal value implementation for php
popphp/pop-shipping
878 Downloads
Pop Shipping Component for Pop PHP Framework
avadim/math-executor
180 Downloads
Math expressions calculator with custom operators, functions and variables
zgldh/discount-and-coupon
640 Downloads
The core logic about discount and coupon. Useful to manage discount campaign, defining coupon and calculate the final price.
yukata-roommate/math
16 Downloads
Easy to calculate with PHP
xu-chris/contrastcolor
92 Downloads
Calculates contrast color for given HEX color
white-rabbit-1-sketch/php-file-hash-map
3 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.