Peponi.Maths by Peponi

<PackageReference Include="Peponi.Maths" Version="1.0.2" />

 Peponi.Maths 1.0.2

Peponi.Maths is a package for Mathematics. Including contents are: 1. Coordinates - Cartesian (2D & 3D) - Cylindrical - Polar - Spherical 2. Numerical integrations - Trapezoidal - Midpoint - Simpson's rule (1/3 & 3/8) 3. Moving Averages - Simple moving average 4. Unit conversion - Angle - Angular speed - Area - Dry volume - Energy - Force - Length - Prefix - Pressure - Speed - Temperature - Volume - Weight 5. Windowing - Tumbling - Sliding - Hopping

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Peponi.Maths</id>
    <version>1.0.2</version>
    <title>Peponi.Maths</title>
    <authors>Peponi</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">Docs\LICENSE.md</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>Assets\favicon.png</icon>
    <readme>Docs\README.md</readme>
    <projectUrl>https://github.com/peponi-paradise/Peponi/tree/Release/Peponi.Maths</projectUrl>
    <description>Peponi.Maths is a package for Mathematics.
Including contents are:

1. Coordinates
    - Cartesian (2D &amp; 3D)
    - Cylindrical
    - Polar
    - Spherical
2. Numerical integrations
    - Trapezoidal
    - Midpoint
    - Simpson's rule (1/3 &amp; 3/8)
3. Moving Averages
    - Simple moving average
4. Unit conversion
    - Angle
    - Angular speed
    - Area
    - Dry volume
    - Energy
    - Force
    - Length
    - Prefix
    - Pressure
    - Speed
    - Temperature
    - Volume
    - Weight
5. Windowing
    - Tumbling
    - Sliding
    - Hopping</description>
    <releaseNotes>Version 1.0.2:
    - Fix LengthUnit:
	    AtttoMeter -&gt; AttoMeter
	- Improve performance of UnitConversion ( O(n) -&gt; O(1) )
	- Add package icon
		  
Version 1.0.1:
	- Fix comments error

Version 1.0.0:
	- Initial upload</releaseNotes>
    <copyright>Copyright (c) 2024 peponi</copyright>
    <tags>Peponi Math Coordinate Numerical integration Moving average Unit conversion Windowing</tags>
    <repository type="git" url="https://github.com/peponi-paradise/Peponi" commit="73217c8e613dc5cbf50401a0dd46af4b70c65e07" />
    <dependencies>
      <group targetFramework="net7.0" />
    </dependencies>
  </metadata>
</package>