|
@@ -1,82 +0,0 @@
|
1
|
|
-#BlueJ class context
|
2
|
|
-comment0.target=MathUtilities
|
3
|
|
-comment0.text=\n\ Created\ by\ dan\ on\ 6/14/17.\n
|
4
|
|
-comment1.params=baseValue\ difference
|
5
|
|
-comment1.target=java.lang.Integer\ add(int,\ int)
|
6
|
|
-comment1.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ add\ to\ starting\ value\n\ @return\ sum\ of\ `baseValue`\ and\ `difference`\n
|
7
|
|
-comment10.params=baseValue\ difference
|
8
|
|
-comment10.target=java.lang.Byte\ subtract(byte,\ byte)
|
9
|
|
-comment10.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ subtract\ from\ starting\ value\n\ @return\ difference\ between\ `baseValue`\ and\ `difference`\n
|
10
|
|
-comment11.params=baseValue\ difference
|
11
|
|
-comment11.target=java.lang.Float\ subtract(float,\ float)
|
12
|
|
-comment11.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ subtract\ from\ starting\ value\n\ @return\ difference\ between\ `baseValue`\ and\ `difference`\n
|
13
|
|
-comment12.params=baseValue\ difference
|
14
|
|
-comment12.target=java.lang.Double\ subtract(double,\ double)
|
15
|
|
-comment12.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ subtract\ from\ starting\ value\n\ @return\ difference\ between\ `baseValue`\ and\ `difference`\n
|
16
|
|
-comment13.params=dividend\ divisor
|
17
|
|
-comment13.target=java.lang.Integer\ divide(int,\ int)
|
18
|
|
-comment13.text=\n\ @param\ dividend\ value\ to\ be\ divided\n\ @param\ divisor\ value\ to\ divide\ by\n\ @return\ division\ of\ `dividend`\ by\ `divisor\n
|
19
|
|
-comment14.params=dividend\ divisor
|
20
|
|
-comment14.target=java.lang.Long\ divide(long,\ long)
|
21
|
|
-comment14.text=\n\ @param\ dividend\ value\ to\ be\ divided\n\ @param\ divisor\ value\ to\ divide\ by\n\ @return\ division\ of\ `dividend`\ by\ `divisor\n
|
22
|
|
-comment15.params=dividend\ divisor
|
23
|
|
-comment15.target=java.lang.Short\ divide(short,\ short)
|
24
|
|
-comment15.text=\n\ @param\ dividend\ value\ to\ be\ divided\n\ @param\ divisor\ value\ to\ divide\ by\n\ @return\ division\ of\ `dividend`\ by\ `divisor\n
|
25
|
|
-comment16.params=dividend\ divisor
|
26
|
|
-comment16.target=java.lang.Byte\ divide(byte,\ byte)
|
27
|
|
-comment16.text=\n\ @param\ dividend\ value\ to\ be\ divided\n\ @param\ divisor\ value\ to\ divide\ by\n\ @return\ division\ of\ `dividend`\ by\ `divisor\n
|
28
|
|
-comment17.params=dividend\ divisor
|
29
|
|
-comment17.target=java.lang.Float\ divide(float,\ float)
|
30
|
|
-comment17.text=\n\ @param\ dividend\ value\ to\ be\ divided\n\ @param\ divisor\ value\ to\ divide\ by\n\ @return\ division\ of\ `dividend`\ by\ `divisor\n
|
31
|
|
-comment18.params=dividend\ divisor
|
32
|
|
-comment18.target=java.lang.Double\ divide(double,\ double)
|
33
|
|
-comment18.text=\n\ @param\ dividend\ value\ to\ be\ divided\n\ @param\ divisor\ value\ to\ divide\ by\n\ @return\ division\ of\ `dividend`\ by\ `divisor\n
|
34
|
|
-comment19.params=multiplicand\ multiplier
|
35
|
|
-comment19.target=java.lang.Integer\ multiply(int,\ int)
|
36
|
|
-comment19.text=\n\ @param\ multiplicand\ value\ to\ be\ multiplied\n\ @param\ multiplier\ value\ to\ multiply\ by\n\ @return\ product\ of\ `multiplicand`\ by\ `multiplier`\n
|
37
|
|
-comment2.params=baseValue\ difference
|
38
|
|
-comment2.target=java.lang.Long\ add(long,\ long)
|
39
|
|
-comment2.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ add\ to\ starting\ value\n\ @return\ sum\ of\ `baseValue`\ and\ `difference`\n
|
40
|
|
-comment20.params=multiplicand\ multiplier
|
41
|
|
-comment20.target=java.lang.Long\ multiply(long,\ long)
|
42
|
|
-comment20.text=\n\ @param\ multiplicand\ value\ to\ be\ multiplied\n\ @param\ multiplier\ value\ to\ multiply\ by\n\ @return\ product\ of\ `multiplicand`\ by\ `multiplier`\n
|
43
|
|
-comment21.params=multiplicand\ multiplier
|
44
|
|
-comment21.target=java.lang.Short\ multiply(short,\ short)
|
45
|
|
-comment21.text=\n\ @param\ multiplicand\ value\ to\ be\ multiplied\n\ @param\ multiplier\ value\ to\ multiply\ by\n\ @return\ product\ of\ `multiplicand`\ by\ `multiplier`\n
|
46
|
|
-comment22.params=multiplicand\ multiplier
|
47
|
|
-comment22.target=java.lang.Byte\ multiply(byte,\ byte)
|
48
|
|
-comment22.text=\n\ @param\ multiplicand\ value\ to\ be\ multiplied\n\ @param\ multiplier\ value\ to\ multiply\ by\n\ @return\ product\ of\ `multiplicand`\ by\ `multiplier`\n
|
49
|
|
-comment23.params=multiplicand\ multiplier
|
50
|
|
-comment23.target=java.lang.Float\ multiply(float,\ float)
|
51
|
|
-comment23.text=\n\ @param\ multiplicand\ value\ to\ be\ multiplied\n\ @param\ multiplier\ value\ to\ multiply\ by\n\ @return\ product\ of\ `multiplicand`\ by\ `multiplier`\n
|
52
|
|
-comment24.params=multiplicand\ multiplier
|
53
|
|
-comment24.target=java.lang.Double\ multiply(double,\ double)
|
54
|
|
-comment24.text=\n\ @param\ multiplicand\ value\ to\ be\ multiplied\n\ @param\ multiplier\ value\ to\ multiply\ by\n\ @return\ product\ of\ `multiplicand`\ by\ `multiplier`\n
|
55
|
|
-comment25.params=
|
56
|
|
-comment25.target=java.lang.Boolean\ returnTrue()
|
57
|
|
-comment25.text=\n\ @return\ true\n
|
58
|
|
-comment26.params=
|
59
|
|
-comment26.target=java.lang.Boolean\ returnFalse()
|
60
|
|
-comment26.text=\n\ @return\ false\n
|
61
|
|
-comment3.params=baseValue\ difference
|
62
|
|
-comment3.target=java.lang.Short\ add(short,\ short)
|
63
|
|
-comment3.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ add\ to\ starting\ value\n\ @return\ sum\ of\ `baseValue`\ and\ `difference`\n
|
64
|
|
-comment4.params=baseValue\ difference
|
65
|
|
-comment4.target=java.lang.Byte\ add(byte,\ byte)
|
66
|
|
-comment4.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ add\ to\ starting\ value\n\ @return\ sum\ of\ `baseValue`\ and\ `difference`\n
|
67
|
|
-comment5.params=baseValue\ difference
|
68
|
|
-comment5.target=java.lang.Float\ add(float,\ float)
|
69
|
|
-comment5.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ add\ to\ starting\ value\n\ @return\ sum\ of\ `baseValue`\ and\ `difference`\n
|
70
|
|
-comment6.params=baseValue\ difference
|
71
|
|
-comment6.target=java.lang.Double\ add(double,\ double)
|
72
|
|
-comment6.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ add\ to\ starting\ value\n\ @return\ sum\ of\ `baseValue`\ and\ `difference`\n
|
73
|
|
-comment7.params=baseValue\ difference
|
74
|
|
-comment7.target=java.lang.Integer\ subtract(int,\ int)
|
75
|
|
-comment7.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ subtract\ from\ starting\ value\n\ @return\ difference\ between\ `baseValue`\ and\ `difference`\n
|
76
|
|
-comment8.params=baseValue\ difference
|
77
|
|
-comment8.target=java.lang.Long\ subtract(long,\ long)
|
78
|
|
-comment8.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ subtract\ from\ starting\ value\n\ @return\ difference\ between\ `baseValue`\ and\ `difference`\n
|
79
|
|
-comment9.params=baseValue\ difference
|
80
|
|
-comment9.target=java.lang.Short\ subtract(short,\ short)
|
81
|
|
-comment9.text=\n\ @param\ baseValue\ \ starting\ value\n\ @param\ difference\ value\ to\ subtract\ from\ starting\ value\n\ @return\ difference\ between\ `baseValue`\ and\ `difference`\n
|
82
|
|
-numComments=27
|