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