Sha256: d292ce5509aeae813d94a206cedfdef2982587cf498fe4b82e312c03e34d389b
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true # Numo is the top level namespace of NUmerical MOdules for Ruby. module Numo # Numo::Pocketfft is the module that has functions for Fourier transform. module Pocketfft # The version of Numo::Pocketfft you are using. VERSION = '0.3.2' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
numo-pocketfft-0.3.2 | lib/numo/pocketfft/version.rb |