Sha256: 6e1caf0b937b121a5b45aae91fd938e129cf1fa7168e1e892df63cca28b7408b
Contents?: true
Size: 180 Bytes
Versions: 19
Compression:
Stored size: 180 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Liminf < UnaryFunction end end end end
Version data entries
19 entries across 19 versions & 1 rubygems