|
9788 | 9788 | "math.floor" |
9789 | 9789 | ] |
9790 | 9790 | }, |
9791 | | - "@stdlib/math/base/special/cfloorf": {}, |
| 9791 | + "@stdlib/math/base/special/cfloorf": { |
| 9792 | + "$schema": "math/base@v1.0", |
| 9793 | + "base_alias": "cfloor", |
| 9794 | + "alias": "cfloorf", |
| 9795 | + "pkg_desc": "round each component of a single-precision complex floating-point number toward negative infinity", |
| 9796 | + "desc": "rounds each component a single-precision complex floating-point number toward negative infinity", |
| 9797 | + "short_desc": "", |
| 9798 | + "parameters": [ |
| 9799 | + { |
| 9800 | + "name": "z", |
| 9801 | + "desc": "input value", |
| 9802 | + "type": { |
| 9803 | + "javascript": "Complex64", |
| 9804 | + "jsdoc": "Complex64", |
| 9805 | + "c": "stdlib_complex64_t", |
| 9806 | + "dtype": "complex64" |
| 9807 | + }, |
| 9808 | + "domain": null, |
| 9809 | + "rand": { |
| 9810 | + "prng": "random/base/uniform", |
| 9811 | + "parameters": [ |
| 9812 | + [ |
| 9813 | + -10, |
| 9814 | + 10 |
| 9815 | + ], |
| 9816 | + [ |
| 9817 | + -10, |
| 9818 | + 10 |
| 9819 | + ] |
| 9820 | + ] |
| 9821 | + }, |
| 9822 | + "example_values": [ |
| 9823 | + { |
| 9824 | + "re": -3.14, |
| 9825 | + "im": -1.5 |
| 9826 | + }, |
| 9827 | + { |
| 9828 | + "re": 0, |
| 9829 | + "im": 0 |
| 9830 | + }, |
| 9831 | + { |
| 9832 | + "re": -1.5, |
| 9833 | + "im": 2.5 |
| 9834 | + }, |
| 9835 | + { |
| 9836 | + "re": 2.5, |
| 9837 | + "im": -1.5 |
| 9838 | + }, |
| 9839 | + { |
| 9840 | + "re": 0, |
| 9841 | + "im": -3.7 |
| 9842 | + }, |
| 9843 | + { |
| 9844 | + "re": 4.2, |
| 9845 | + "im": 0 |
| 9846 | + }, |
| 9847 | + { |
| 9848 | + "re": 21.2, |
| 9849 | + "im": 3 |
| 9850 | + }, |
| 9851 | + { |
| 9852 | + "re": 11, |
| 9853 | + "im": -5 |
| 9854 | + }, |
| 9855 | + { |
| 9856 | + "re": 33, |
| 9857 | + "im": -14.67 |
| 9858 | + }, |
| 9859 | + { |
| 9860 | + "re": -42, |
| 9861 | + "im": 9.3 |
| 9862 | + }, |
| 9863 | + { |
| 9864 | + "re": -3, |
| 9865 | + "im": 3 |
| 9866 | + }, |
| 9867 | + { |
| 9868 | + "re": 73, |
| 9869 | + "im": 31 |
| 9870 | + }, |
| 9871 | + { |
| 9872 | + "re": -2.45, |
| 9873 | + "im": 1.23 |
| 9874 | + }, |
| 9875 | + { |
| 9876 | + "re": 2.45, |
| 9877 | + "im": -1.23 |
| 9878 | + }, |
| 9879 | + { |
| 9880 | + "re": 1.77, |
| 9881 | + "im": -3.14 |
| 9882 | + }, |
| 9883 | + { |
| 9884 | + "re": -7.5, |
| 9885 | + "im": 8.2 |
| 9886 | + }, |
| 9887 | + { |
| 9888 | + "re": 5.5, |
| 9889 | + "im": -12.3 |
| 9890 | + }, |
| 9891 | + { |
| 9892 | + "re": -15.8, |
| 9893 | + "im": 0.4 |
| 9894 | + }, |
| 9895 | + { |
| 9896 | + "re": 0.99, |
| 9897 | + "im": -0.99 |
| 9898 | + }, |
| 9899 | + { |
| 9900 | + "re": -8.4, |
| 9901 | + "im": 6.6 |
| 9902 | + } |
| 9903 | + ] |
| 9904 | + } |
| 9905 | + ], |
| 9906 | + "returns": { |
| 9907 | + "desc": "result", |
| 9908 | + "type": { |
| 9909 | + "javascript": "Complex64", |
| 9910 | + "jsdoc": "Complex64", |
| 9911 | + "c": "stdlib_complex64_t", |
| 9912 | + "dtype": "complex64" |
| 9913 | + } |
| 9914 | + }, |
| 9915 | + "keywords": [ |
| 9916 | + "floor", |
| 9917 | + "cfloor", |
| 9918 | + "round", |
| 9919 | + "complex", |
| 9920 | + "cmplx" |
| 9921 | + ], |
| 9922 | + "extra_keywords": [ |
| 9923 | + "math.floor" |
| 9924 | + ] |
| 9925 | + }, |
9792 | 9926 | "@stdlib/math/base/special/cfloor": { |
9793 | 9927 | "$schema": "math/base@v1.0", |
9794 | 9928 | "base_alias": "cfloor", |
@@ -11540,7 +11674,140 @@ |
11540 | 11674 | "math.pow" |
11541 | 11675 | ] |
11542 | 11676 | }, |
11543 | | - "@stdlib/math/base/special/cinvf": {}, |
| 11677 | + "@stdlib/math/base/special/cinvf": { |
| 11678 | + "$schema": "math/base@v1.0", |
| 11679 | + "base_alias": "cinv", |
| 11680 | + "alias": "cinvf", |
| 11681 | + "pkg_desc": "compute the inverse of a single-precision complex floating-point number", |
| 11682 | + "desc": "computes the inverse of a single-precision complex floating-point number", |
| 11683 | + "short_desc": "inverse of a single-precision complex number", |
| 11684 | + "parameters": [ |
| 11685 | + { |
| 11686 | + "name": "z", |
| 11687 | + "desc": "input value", |
| 11688 | + "type": { |
| 11689 | + "javascript": "Complex64", |
| 11690 | + "jsdoc": "Complex64", |
| 11691 | + "c": "stdlib_complex64_t", |
| 11692 | + "dtype": "complex64" |
| 11693 | + }, |
| 11694 | + "domain": null, |
| 11695 | + "rand": { |
| 11696 | + "prng": "random/base/uniform", |
| 11697 | + "parameters": [ |
| 11698 | + [ |
| 11699 | + -10, |
| 11700 | + 10 |
| 11701 | + ], |
| 11702 | + [ |
| 11703 | + -10, |
| 11704 | + 10 |
| 11705 | + ] |
| 11706 | + ] |
| 11707 | + }, |
| 11708 | + "example_values": [ |
| 11709 | + { |
| 11710 | + "re": 2, |
| 11711 | + "im": 4 |
| 11712 | + }, |
| 11713 | + { |
| 11714 | + "re": 1, |
| 11715 | + "im": 1 |
| 11716 | + }, |
| 11717 | + { |
| 11718 | + "re": -1, |
| 11719 | + "im": -1 |
| 11720 | + }, |
| 11721 | + { |
| 11722 | + "re": 0.5, |
| 11723 | + "im": 0.5 |
| 11724 | + }, |
| 11725 | + { |
| 11726 | + "re": 3, |
| 11727 | + "im": -4 |
| 11728 | + }, |
| 11729 | + { |
| 11730 | + "re": -2, |
| 11731 | + "im": 3 |
| 11732 | + }, |
| 11733 | + { |
| 11734 | + "re": 1, |
| 11735 | + "im": -2 |
| 11736 | + }, |
| 11737 | + { |
| 11738 | + "re": -3, |
| 11739 | + "im": 2 |
| 11740 | + }, |
| 11741 | + { |
| 11742 | + "re": 4, |
| 11743 | + "im": 3 |
| 11744 | + }, |
| 11745 | + { |
| 11746 | + "re": -5, |
| 11747 | + "im": -2 |
| 11748 | + }, |
| 11749 | + { |
| 11750 | + "re": 2.5, |
| 11751 | + "im": 1.5 |
| 11752 | + }, |
| 11753 | + { |
| 11754 | + "re": -1.5, |
| 11755 | + "im": 2.5 |
| 11756 | + }, |
| 11757 | + { |
| 11758 | + "re": 0.25, |
| 11759 | + "im": 0.75 |
| 11760 | + }, |
| 11761 | + { |
| 11762 | + "re": 1.75, |
| 11763 | + "im": -1.25 |
| 11764 | + }, |
| 11765 | + { |
| 11766 | + "re": -0.5, |
| 11767 | + "im": 1 |
| 11768 | + }, |
| 11769 | + { |
| 11770 | + "re": 3.5, |
| 11771 | + "im": 2.5 |
| 11772 | + }, |
| 11773 | + { |
| 11774 | + "re": -2.5, |
| 11775 | + "im": -3.5 |
| 11776 | + }, |
| 11777 | + { |
| 11778 | + "re": 1.25, |
| 11779 | + "im": 0.75 |
| 11780 | + }, |
| 11781 | + { |
| 11782 | + "re": -4, |
| 11783 | + "im": 1 |
| 11784 | + }, |
| 11785 | + { |
| 11786 | + "re": 0.1, |
| 11787 | + "im": 0.2 |
| 11788 | + } |
| 11789 | + ] |
| 11790 | + } |
| 11791 | + ], |
| 11792 | + "returns": { |
| 11793 | + "desc": "result", |
| 11794 | + "type": { |
| 11795 | + "javascript": "Complex64", |
| 11796 | + "jsdoc": "Complex64", |
| 11797 | + "c": "stdlib_complex64_t", |
| 11798 | + "dtype": "complex64" |
| 11799 | + } |
| 11800 | + }, |
| 11801 | + "keywords": [ |
| 11802 | + "cinv", |
| 11803 | + "inv", |
| 11804 | + "inverse", |
| 11805 | + "reciprocal", |
| 11806 | + "complex", |
| 11807 | + "cmplx" |
| 11808 | + ], |
| 11809 | + "extra_keywords": [] |
| 11810 | + }, |
11544 | 11811 | "@stdlib/math/base/special/cinv": { |
11545 | 11812 | "$schema": "math/base@v1.0", |
11546 | 11813 | "base_alias": "cinv", |
|
0 commit comments