761 |
|
|
762 |
/** |
/** |
763 |
\brief |
\brief |
764 |
|
Return the asin of each data point of this Data object. |
765 |
|
* |
766 |
|
*/ |
767 |
|
Data |
768 |
|
asin() const; |
769 |
|
|
770 |
|
/** |
771 |
|
\brief |
772 |
|
Return the acos of each data point of this Data object. |
773 |
|
* |
774 |
|
*/ |
775 |
|
Data |
776 |
|
acos() const; |
777 |
|
|
778 |
|
/** |
779 |
|
\brief |
780 |
|
Return the atan of each data point of this Data object. |
781 |
|
* |
782 |
|
*/ |
783 |
|
Data |
784 |
|
atan() const; |
785 |
|
|
786 |
|
/** |
787 |
|
\brief |
788 |
|
Return the sinh of each data point of this Data object. |
789 |
|
* |
790 |
|
*/ |
791 |
|
Data |
792 |
|
sinh() const; |
793 |
|
|
794 |
|
/** |
795 |
|
\brief |
796 |
|
Return the cosh of each data point of this Data object. |
797 |
|
* |
798 |
|
*/ |
799 |
|
Data |
800 |
|
cosh() const; |
801 |
|
|
802 |
|
/** |
803 |
|
\brief |
804 |
|
Return the tanh of each data point of this Data object. |
805 |
|
* |
806 |
|
*/ |
807 |
|
Data |
808 |
|
tanh() const; |
809 |
|
|
810 |
|
/** |
811 |
|
\brief |
812 |
|
Return the asinh of each data point of this Data object. |
813 |
|
* |
814 |
|
*/ |
815 |
|
Data |
816 |
|
asinh() const; |
817 |
|
|
818 |
|
/** |
819 |
|
\brief |
820 |
|
Return the acosh of each data point of this Data object. |
821 |
|
* |
822 |
|
*/ |
823 |
|
Data |
824 |
|
acosh() const; |
825 |
|
|
826 |
|
/** |
827 |
|
\brief |
828 |
|
Return the atanh of each data point of this Data object. |
829 |
|
* |
830 |
|
*/ |
831 |
|
Data |
832 |
|
atanh() const; |
833 |
|
|
834 |
|
/** |
835 |
|
\brief |
836 |
Return the log to base 10 of each data point of this Data object. |
Return the log to base 10 of each data point of this Data object. |
837 |
* |
* |
838 |
*/ |
*/ |