Sevgi Function

Sevgi Function contains the supported Sevgi::F toolbox shared by Sevgi components and advanced extensions. It is not intended as a general-purpose utility library; nested helper modules organize the facade implementation and are not consumer mixins.

Install

gem install sevgi-function

Require

require "sevgi/function"

Example

Sevgi::F.eq?(0.1 + 0.2, 0.3, precision: 12)

Ruby compatibility

Requires Ruby 3.4.0 or newer. CI verifies the current Ruby 3.4 release and the development Ruby from .ruby-version.

Native prerequisites

This gem needs only Ruby and its Ruby dependencies.