Parent folder for @squared-functions packages.
Compress singleton for squared-functions.
Cloud constructor for squared-functions.
Image constructor for squared-functions.
Type definitions for squared-functions.
Module base class for squared-functions.
FileManager constructor for squared-functions.
Core modules for squared-functions.
Task constructor for squared-functions.
Document constructor for squared-functions.
CompressV3 constructor for squared-functions.
ImageV3 constructor for squared-functions.
DB modules for squared-functions.
Watch constructor for squared-functions.
Compress singleton for squared-functions.
Base class compatibility with squared-functions.
Takes a bounding box and calculates the minimum square bounding box that would contain the input.
Inverse chi-squared cumulative distribution function
Chi-squared distribution.
Chi-squared distribution cumulative distribution function (CDF).
characteristic functions for chi-squared distributions
> A curated collection of all country flags in SVG — plus the CSS for easier integration. See the [demo](https://flagicons.lipis.dev).
Express server for use with squared.
A simple function for calculating the chi-squared probability for a given observation set and expected set"
Use this gem instead of ActiveMerchant gem if you want to use Square's e-commerce APIs (https://squareup.com/developers) with ActiveMerchant. The official ActiveMerchant gem does not support Square because Square shields raw credit card numbers from developers to make PCI compliance easier. This has all ActiveMerchant functionality, plus support of Square's card nonces in the iframe API.
Whirlpool is a hash designed after the Square block cipher, and is considered to be in that family of block cipher functions.
A linear algebra library cooperating with NArray. This library calls blas and lapack routines for fast computations. This library has following functionalities. * xGEMM (multiply two matrices and add other matrix) * Solve LLS(Least Square Sum) problems * Computing determinant (using QR decomposition) * Solve eigenproblems (compute eigenvalues and eigenvectors) * (Pivoted) LU decompotision * SVD(Singular value decomposition) * QR decomposition * Cholesky decomposition
C, then D, C++, C# -- now C^2, simple C templates using Ruby. Consider this to be a sort of carpenter's square. We call it C^2, or csquare. It's a simple tool for simple jobs. This gem was developed for use in NMatrix (part of the SciRuby Project). We wanted to be able to write a single function and have it be modified to produce C sources for each datatype (rational, complex, integer, float, Ruby object, etc). It also produces some rudimentary function pointer arrays if you so desire, so that these functions can be accessed using array notation. Experimental! Use at your own risk. Actually, don't use this at all! It's extremely buggy and probably won't be useful for your purposes. It's really custom-designed to handle a specific use case: NMatrix dtype templates.
Parse and generate Portable Action Notation (PAN) strings for representing atomic actions in abstract strategy board games including chess, shogi, xiangqi, and others. PAN provides an intuitive operator-based syntax with six core operators: "-" (move to empty square), "+" (capture), "~" (special moves with side effects), "*" (drop to board), "." (drop with capture), and "=" (in-place transformation), plus "..." (pass turn). Supports coordinates via CELL specification and piece identifiers via EPIN specification. Handles transformations ("e7-e8=Q"), enhanced/diminished states ("+R", "-P"), and style derivation markers ("K'"). Provides comprehensive validation, immutable action objects, and functional API design. Examples: "e2-e4" (move), "d1+f3" (capture), "e1~g1" (castling), "P*e5" (drop), "e7-e8=Q" (promotion), "..." (pass), "+d4" (static capture), "e4=+P" (modify).