tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{0j ;n:]@IȪԞq25:(H_} gE2H`8LS0-iog9$:f:A꫾^fpPޓ\dzkR:җ6plT_ H߅f2@Ll9Od }& &0KoJh2P!7nF!`g\ +5Hd`;R0ƭYD,\; ?DK 1`={ss:*s@‚ۄV֕aovw$$A'syw.4M&L*\Iu)Q- ["$ k|B]RW8Q,cz4L4e JcTğ*uعwacG'2YQ\ +5Hd`;R0ƭYD,\; ?2{D1 -:ʒئDV\ +5Hd`;R0ƭYD,\; ? FŖwZ*RsF۰}ib|J/n\j&rJ%+j[Ʃ(nB sm??^`!?5vaȬ? /&H&ޫ唬tOJĨ}`݈sO>s_f/Xwl)mļ%rjru7DQy>oڥ>Sgc?yx?h1랰pE;b"'Xg ] 1HL`H$־H OkWXߩ~?p kˈ RFgt3/ߐUo%l8e(FbeRHOYNv?Ox E&3?OBBOdz&EV":QO*Z"0׼Ȱ}w[Tְp!IC g#0G= _1ИNM?kxܲ\PnqPPSnja&le,'wё2a,~%-P!AO{`PL /Xض$30k]eSA7Z}o[LZ@-1B83W\U##ٖAyYTe /cnoˆv>eE>AUbt9FX2Џ:`, WsE~T?1ϸ } >vMG$YytNYp N[}ЕrEVȜ*{ ؆/}Cn_f=ml'NBUSD<XPJl|I mR C*\U1.&:N㠔UEEjS~21AGpFy S_M'E!Kێȕ+MM:ܚ}Z5=ܹ0GMܣ fX9Wݎԧ鱌Ӛ .9c\r1_Y[5h9 keRs0"]|WYҋFoN_rR0 Et%a9ys0&/֝I)ɧlZ)ᄩ;:STE~0GJİ KQ>.*@# کwK7 Qo,1f&͊ijiF^,"uiYB-L>u[+[,';\uo&?52k@>P ̾lK0+e8D_Yt=e$YV6mW]EwW׮5_6^XNvԣΐ /:,!1Qe4o tLWʃwtnۚ9QqGFBkn%}VϺs|˘Jr~ͱU_~N)/Vf;Rf71$% ifCFy S_M';ClB( ʯ9MXNy1Sna Uܝ\e2@þ\rßSR?|cح',Ue/KgVM<^Iyu*IC_[WyQ[[ SG'vm#+5e.c3B[cyK\U{ow9Nا1 u1hD]d_Czh?:DpD $V?xNr[ޠ UOӬ  I|^@jc63Jt:fWE hj&Hbٟ֫1fFecXvvRNPw 򑜭&xqZ&(Ɏf|cHIhom)lsGX PxL{]l493A?$Lcڭo~AW[VˎWxt5>>30J5S0iH٦Sn '\Eh;熺['R7ē`]PDϽ;=u,{9RjV?~@ꕯ9MXNy1Sna Uܝ\gZm坷XFi 5YG4# +ϼ=8̲ -pⶖE%w7_Q$ߟe0-"0]$SIsƣȯsL!#T̰"#=& +!#oM{S)Ѓp,4w2TPdvA/NǴ33(7,TģY"TTRv%Rc &f.|ԟC]G"1DQK$h5/:,!1Qe4o tLWʃwtnۚ9QqGFBkn%}VϺs|˘Jr~iCRl`"N/dJF[$dO#k A!ש"\:޼=\ܯ)%8Ӳ#Snc%G8-plP4yrA3Sʧ;PNSP";[w)-JNG$YCWq1^ :}؝Ղg=jyfBkI_6k@V|qM>H?Y8hh#N!1y on-folder-open"> JAMA For an m-by-n matrix A with m >= n, the singular value decomposition is an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and an n-by-n orthogonal matrix V so that A = U*S*V'
  •  JAMA Pythagorean Theorem: a = 3 b = 4 r = sqrt(square(a) + square(b)) r = 5 r = sqrt(a^2 + b^2) without under/overflow
  •  PHPExcel
  • PHPExcel_Calculation_TextData

    category PHPExcel
    package PHPExcel_Calculation
    copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)

     Methods

    ASCIICODE

    ASCIICODE(string $characters) : int
    Static

    Parameters

    $characters

    string

    Value

    Returns

    int

    CHARACTER

    CHARACTER(string $character) : int
    Static

    Parameters

    $character

    string

    Value

    Returns

    int

    CONCATENATE

    CONCATENATE() : string
    Static

    Returns

    string

    DOLLAR

    DOLLAR(float $value, int $decimals) : string
    Static

    This function converts a number to text using currency format, with the decimals rounded to the specified place. The format used is $#,##0.00_);($#,##0.00)..

    Parameters

    $value

    float

    The value to format

    $decimals

    int

    The number of digits to display to the right of the decimal point. If decimals is negative, number is rounded to the left of the decimal point. If you omit decimals, it is assumed to be 2

    Returns

    string

    FIXEDFORMAT

    FIXEDFORMAT(mixed $value, integer $decimals, boolean $no_commas) : boolean
    Static

    Parameters

    $value

    mixed

    Value to check

    $decimals

    integer

    $no_commas

    boolean

    Returns

    boolean

    LEFT

    LEFT(string $value, int $chars) : string
    Static

    Parameters

    $value

    string

    Value

    $chars

    int

    Number of characters

    Returns

    string

    LOWERCASE

    LOWERCASE(string $mixedCaseString) : string
    Static

    Converts a string value to upper case.

    Parameters

    $mixedCaseString

    string

    Returns

    string

    MID

    MID(string $value, int $start, int $chars) : string
    Static

    Parameters

    $value

    string

    Value

    $start

    int

    Start character

    $chars

    int

    Number of characters

    Returns

    string

    PROPERCASE

    PROPERCASE(string $mixedCaseString) : string
    Static

    Converts a string value to upper case.

    Parameters

    $mixedCaseString

    string

    Returns

    string

    REPLACE

    REPLACE(string $oldText, int $start, int $chars, string $newText) : string
    Static

    Parameters

    $oldText

    string

    String to modify

    $start

    int

    Start character

    $chars

    int

    Number of characters

    $newText

    string

    String to replace in defined position

    Returns

    string

    RETURNSTRING

    RETURNSTRING(mixed $testValue) : boolean
    Static

    Parameters

    $testValue

    mixed

    Value to check

    Returns

    boolean

    RIGHT

    RIGHT(string $value, int $chars) : string
    Static

    Parameters

    $value

    string

    Value

    $chars

    int

    Number of characters

    Returns

    string

    SEARCHINSENSITIVE

    SEARCHINSENSITIVE(string $needle, string $haystack, int $offset) : string
    Static

    Parameters

    $needle

    string

    The string to look for

    $haystack

    string

    The string in which to look

    $offset

    int

    Offset within $haystack

    Returns

    string

    SEARCHSENSITIVE

    SEARCHSENSITIVE(string $needle, string $haystack, int $offset) : string
    Static

    Parameters

    $needle

    string

    The string to look for

    $haystack

    string

    The string in which to look

    $offset

    int

    Offset within $haystack

    Returns

    string

    STRINGLENGTH

    STRINGLENGTH(string $value) : string
    Static

    Parameters

    $value

    string

    Value

    Returns

    string

    SUBSTITUTE

    SUBSTITUTE(string $text, string $fromText, string $toText, integer $instance) : string
    Static

    Parameters

    $text

    string

    Value

    $fromText

    string

    From Value

    $toText

    string

    To Value

    $instance

    integer

    Instance Number

    Returns

    string

    TEXTFORMAT

    TEXTFORMAT(mixed $value, string $format) : boolean
    Static

    Parameters

    $value

    mixed

    Value to check

    $format

    string

    Format mask to use

    Returns

    boolean

    TRIMNONPRINTABLE

    TRIMNONPRINTABLE(mixed $stringValue) : string
    Static

    Parameters

    $stringValue

    mixed

    Value to check

    Returns

    string

    TRIMSPACES

    TRIMSPACES(mixed $stringValue) : string
    Static

    Parameters

    $stringValue

    mixed

    Value to check

    Returns

    string

    UPPERCASE

    UPPERCASE(string $mixedCaseString) : string
    Static

    Converts a string value to upper case.

    Parameters

    $mixedCaseString

    string

    Returns

    string

    _uniord()

    _uniord($c) 
    Static

    Parameters

    $c

     Properties

     

    $_invalidChars