Sha256: 44613492db4fade05e53e1122db70393372232c24d085396c03faac24652bf8d
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 Sinh < UnaryFunction def validate_function_formula false end end end end end
Version data entries
41 entries across 41 versions & 1 rubygems