Sqr Function /text/sbasic/shared/03080401.xhp
Sqr function

Sqr Function

Calculates the square root of a numeric expression.

Syntax:

Sqr (Number)

Return value:

Double

Parameters:

Number: Any numeric expression that you want to calculate the square root for. A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6.

Example:

Sub ExampleSqr Dim iVar As Single iVar = 36 MsgBox Sqr(iVar) End Sub
co-24.04.11'>distro/collabora/co-24.04.11 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/editeng/acorrcfg.hxx
AgeCommit message (Expand)Author
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-21com::sun::star->css in include/editengNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-13loplugin:staticmethodsNoel Grandin
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-21sal_Bool->boolNoel Grandin