mult
There are 23 repositories under mult topic.
linyaDev/mpp_todo
Kotlin multiplatform MVI [Native views]
stdlib-js/math-base-ops-cmul
Multiply two complex numbers.
stdlib-js/math-base-ops-cmulf
Multiply two single-precision complex floating-point numbers.
stdlib-js/math-base-ops-imul
Perform C-like multiplication of two signed 32-bit integers.
stdlib-js/math-base-ops-imuldw
Compute the double word product of two signed 32-bit integers.
stdlib-js/math-base-ops-umul
Perform C-like multiplication of two unsigned 32-bit integers.
stdlib-js/math-base-ops-umuldw
Compute the double word product of two unsigned 32-bit integers.
stdlib-js/math-base-special-imul
Perform C-like multiplication of two signed 32-bit integers.
stdlib-js/math-base-special-imuldw
Compute the double word product of two signed 32-bit integers.
stdlib-js/math-base-special-uimul
Perform C-like multiplication of two unsigned 32-bit integers.
stdlib-js/math-base-special-uimuldw
Compute the double word product of two unsigned 32-bit integers.
stdlib-js/stats-incr-prod
Compute a product incrementally.
stdlib-js/stats-iter-cuprod
Create an iterator which iteratively computes a cumulative product.
stdlib-js/stats-iter-mprod
Create an iterator which iteratively computes a moving product.
stdlib-js/stats-iter-prod
Compute the product of all iterated values.
orestespap/distributed-bank-atm
A basic distributed request-reply bank server written in Java and Python responding to requests made by the bank's ATMs (clients), with a remote MongoDB database server in the backend. Implemented in multiple RPC and request-reply APIs.
Deshan555/Storage-API
🚀📂 This is a simple Express.js application that handles file uploads and downloads. It uses the Multer middleware for handling `multipart/form-data`, which is primarily used for uploading files.
imoamo/student-management-system
Welcome to the Student Management System! Efficiently manage, filter, view, and upload student records. Built with React and Vite, integrates with API.
stdlib-js/complex-float32-base-mul
Multiply two single-precision complex floating-point numbers.
stdlib-js/complex-float64-base-mul
Multiply two double-precision complex floating-point numbers.