libreria_numerica_para_tutorial 0.1.1

Es una libreria de un tutorial
Documentation
  • Coverage
  • 66.67%
    4 out of 6 items documented4 out of 4 items with examples
  • Size
  • Source code size: 2.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Phosphorus-M/libreria_numerica_para_tutorial
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Phosphorus-M

Libreria Numerica

Esta libreria contiene funciones matematicas para realizar operaciones numericas.

Ejemplo

use libreria_numerica_para_tutorial::add;
let result = add(2, 2);
assert_eq!(result, 4);