【中文版】

Introduction

MFP language introduction

MFP functions

all functions

integer operation

logic functions

statistic and stochastic

trigononmetric functions

exponential functions

complex number

system functions

array or matrix

graphic functions

expression and calculus

string functions

hyperbolic trigononmetric

sorting functions

polynomial

signal processing

file operation

time and date

graphic display

multimedia functions

data structure

data interchange format

platform and hardware

parallel computing

RTC multimedia

reflection

MFP compiling

others

deploy user functions

call MFP in your app

build Android APK

game programming

chart plotting

MFP math analysis

MFP file procession

number string and array

time date and system

Introduction of SCP

Scientific Calculator Plus Help : hyperbolic trigononmetric functions

Function name Function info
acosh

::mfp::math::trigon::acosh(1) :

Function acosh(x) calculates inverse hyperbolic cos of x.

asinh

::mfp::math::trigon::asinh(1) :

Function asinh(x) calculates inverse hyperbolic sin of x.

atanh

::mfp::math::trigon::atanh(1) :

Function atanh(x) calculates inverse hyperbolic tan of x.

cosh

::mfp::math::trigon::cosh(1) :

Function cosh(x) calculates hyperbolic cos of x.

sinh

::mfp::math::trigon::sinh(1) :

Function sinh(x) calculates hyperbolic sin of x.

tanh

::mfp::math::trigon::tanh(1) :

Function tanh(x) calculates hyperbolic tan of x.