Info
| Version: | 1.0.2 |
| Author(s): | Sixto Santiago Aisa Incapuño |
| Last Update: | Monday, October 22, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/MisOperacionesMatematicas |
Install
Install-Package MisOperacionesMatematicas
dotnet add package MisOperacionesMatematicas
paket add MisOperacionesMatematicas
MisOperacionesMatematicas Download (Unzip the "nupkg" after downloading)
- sumar(numero1, numero2)
- restar(numero1, numero2)
- dividir(divisor, dividendo)
- resto(divisor, dividendo)
- potencia(numero,exponente)
- raiz(numero1,numero2)
- esPrimo(numero).