RECI:Calculates the reciprocal of a number with desired accuracy

Reciprocal calculation giving answer with as much decimal digits as is wished.
1,8K téléchargements
Mise à jour 23 sept. 2005

Afficher la licence

This function calculates the exact reciprocal of any number,with as much decimal digits as you wish.

Syntax:::::
reci(a,b)
where a is the number whose reciprocal is to be calculated and b is the max. no. of decimal digits you want in the answer

Citation pour cette source

Divakar Roy (2024). RECI:Calculates the reciprocal of a number with desired accuracy (https://www.mathworks.com/matlabcentral/fileexchange/8519-reci-calculates-the-reciprocal-of-a-number-with-desired-accuracy), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Computer Vision with Simulink dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0

bugs pointed out by 'Jos van' are removed.