summaryrefslogtreecommitdiffstats
path: root/reflection/bcmath.txt
blob: aa20c41ac1acb9b0191f7ba55884c08a0fa75f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Extension [ <persistent> extension #31 bcmath version <no_version> ] {

  - INI {
    Entry [ bcmath.scale <ALL> ]
      Current = '0'
    }
  }

  - Functions {
    Function [ <internal:bcmath> function bcadd ] {

      - Parameters [3] {
        Parameter #0 [ <required> $left_operand ]
        Parameter #1 [ <required> $right_operand ]
        Parameter #2 [ <optional> $scale ]
      }
    }
    Function [ <internal:bcmath> function bcsub ] {

      - Parameters [3] {
        Parameter #0 [ <required> $left_operand ]
        Parameter #1 [ <required> $right_operand ]
        Parameter #2 [ <optional> $scale ]
      }
    }
    Function [ <internal:bcmath> function bcmul ] {

      - Parameters [3] {
        Parameter #0 [ <required> $left_operand ]
        Parameter #1 [ <required> $right_operand ]
        Parameter #2 [ <optional> $scale ]
      }
    }
    Function [ <internal:bcmath> function bcdiv ] {

      - Parameters [3] {
        Parameter #0 [ <required> $left_operand ]
        Parameter #1 [ <required> $right_operand ]
        Parameter #2 [ <optional> $scale ]
      }
    }
    Function [ <internal:bcmath> function bcmod ] {

      - Parameters [2] {
        Parameter #0 [ <required> $left_operand ]
        Parameter #1 [ <required> $right_operand ]
      }
    }
    Function [ <internal:bcmath> function bcpow ] {

      - Parameters [3] {
        Parameter #0 [ <required> $x ]
        Parameter #1 [ <required> $y ]
        Parameter #2 [ <optional> $scale ]
      }
    }
    Function [ <internal:bcmath> function bcsqrt ] {

      - Parameters [2] {
        Parameter #0 [ <required> $operand ]
        Parameter #1 [ <optional> $scale ]
      }
    }
    Function [ <internal:bcmath> function bcscale ] {

      - Parameters [1] {
        Parameter #0 [ <required> $scale ]
      }
    }
    Function [ <internal:bcmath> function bccomp ] {

      - Parameters [3] {
        Parameter #0 [ <required> $left_operand ]
        Parameter #1 [ <required> $right_operand ]
        Parameter #2 [ <optional> $scale ]
      }
    }
    Function [ <internal:bcmath> function bcpowmod ] {

      - Parameters [4] {
        Parameter #0 [ <required> $x ]
        Parameter #1 [ <required> $y ]
        Parameter #2 [ <required> $mod ]
        Parameter #3 [ <optional> $scale ]
      }
    }
  }
}