Sha256: 875be3461f897926ff42e3b3161936896b7b6914b386451212aed7ccdafe17c3
Contents?: true
Size: 244 Bytes
Versions: 41
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Cosh < UnaryFunction def validate_function_formula false end end end end end
Version data entries
41 entries across 41 versions & 1 rubygems