1.0.5 • Published 1 year ago

flowamath v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

🌷 Flowamath 🌷

flowamath est un module node.js conçu pour les expressions mathématiques :)

🌷✅🌷✌️🌷✌️🌷✌️🌷✌️🌷✌️🌷✌️✌️🌷

exemple de programme avec flowamath

const InitMath  = require('flowamath');
const math = new InitMath();
// Define coefficients
let a = 2;
let b = 4;
let c = 6;
let solution = math.linearFunction(a, b, c);

// Output the solution
console.log(`The solution of the equation ${a}x + ${b} = ${c} is ${solution}.`);
``
🌷🌸🌷🌸🌷🌸🌷💕🌷🌷🌸🌷🌸🌸🌷🌸🌷🌸🌷
pour plus d'exemple voir le wiki du repos flowamath.js de mikazia sur github ❣️❣️❣️❣️❣️❣️❣️❣️♥️♥️♥️
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago