[Jspro-cvs] jsPro README,1.25,1.26
Brought to you by:
wigleys
|
From: <wi...@us...> - 2003-10-06 12:24:13
|
Update of /cvsroot/jspro/jsPro In directory sc8-pr-cvs1:/tmp/cvs-serv21236 Modified Files: README Log Message: Updated to reflect new additions Index: README =================================================================== RCS file: /cvsroot/jspro/jsPro/README,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** README 1 Oct 2003 10:02:13 -0000 1.25 --- README 6 Oct 2003 12:24:05 -0000 1.26 *************** *** 107,212 **** 59. Math.acot(): inverse cotangent 60. Math.acoth(): inverse hyperbolic cotangent ! 61. Math.acsc(): inverse cosecant ! 62. Math.acsch(): inverse hyperbolic cosecant ! 63. Math.approx(): approximately equal ! 64. Math.arg(): polar angle (argument) ! 65. Math.asec(): inverse secant ! 66. Math.asech(): inverse hyperbolic secant ! 67. Math.asinh(): inverse hyperbolic sine ! 68. Math.atanh(): inverse hyperbolic tangent ! 69. Math.baseConvert(): convert base ! 70. Math.bin2dec(): binary to decimal conversion ! 71. Math.bin2hex(): binary to hexadecimal conversion ! 72. Math.bin2oct(): binary to octal conversion ! 73. Math.cosh(): hyperbolic cosine ! 74. Math.cot(): cotangent ! 75. Math.coth(): hyperbolic cotangent ! 76. Math.cov(): coversine ! 77. Math.csc(): cosecant ! 78. Math.csch(): hyperbolic cosecant ! 79. Math.dec2bin(): decimal to binary conversion ! 80. Math.dec2hex(): decimal to hexadecimal conversion ! 81. Math.dec2oct(): decimal to octal conversion ! 82. Math.deg2grad(): degree to gradian conversion ! 83. Math.deg2rad(): degree to radian conversion ! 84. Math.exp10(): exponent of 10 ! 85. Math.expm1(): exp(x) - 1 ! 86. Math.exsec(): exsecant ! 87. Math.fibonacci(): Fibonacci sequence ! 88. Math.fmod(): floating-point remainder ! 89. Math.gd(): Gudermannian function ! 90. Math.grad2deg(): gradian to degree conversion ! 91. Math.grad2rad(): gradian to radian conversion ! 92. Math.hav(): haversine ! 93. Math.hex2bin(): hexadecimal to binary conversion ! 94. Math.hex2dec(): hexadecimal to decimal conversion ! 95. Math.hex2oct(): hexadecimal to octal conversion ! 96. Math.hypot(): hypotenuse ! 97. Math.isEven(): is even? ! 98. Math.isOdd(): is odd? ! 99. Math.isPrime(): is prime? ! 100. Math.log10(): base-10 logarithm ! 101. Math.log2(): base-2 logarithm ! 102. Math.log1p(): log(1 + x) ! 103. Math.luhn(): LUHN formula ! 104. Math.oct2bin(): octal to binary conversion ! 105. Math.oct2dec(): octal to decimal conversion ! 106. Math.oct2hex(): octal to hexadecimal conversion ! 107. Math.pi(): calculate pi ! 108. Math.rad2deg(): radian to degree conversion ! 109. Math.rad2grad(): radian to gradian conversion ! 110. Math.sec(): secant ! 111. Math.sech(): hyperbolic secant ! 112. Math.sigmoid(): sigmoid function ! 113. Math.sign(): sign ! 114. Math.sinc(): sinc function ! 115. Math.sinh(): hyperbolic sine ! 116. Math.sq(): square ! 117. Math.tanc(): tanc function ! 118. Math.tanh(): hyperbolic tangent ! 119. Math.vers(): versine point.js ------------------------------------------------------------------------------- ! 120. Point.prototype.distance(): distance between two points string.js ------------------------------------------------------------------------------- ! 121. String.prototype.addSlashes(): escape certain characters with backslashes ! 122. String.prototype.cat(): concatenate ! 123. String.prototype.compress(): compress whitespace to single spaces ! 124. String.prototype.count(): count occurrence of characters ! 125. String.prototype.htmlEntities(): encode XHTML 1.0 entities ! 126. String.prototype.htmlSpecialChars(): encode subset of HTML special characters ! 127. String.prototype.insert(): insert one string into another ! 128. String.prototype.isEmailAddress(): is email address? ! 129. String.prototype.levenshtein(): Levenshtein distance ! 130. String.prototype.lpad(): pad left side ! 131. String.prototype.ltrim(): trim left side ! 132. String.prototype.nl2br(): newline to <br> conversion ! 133. String.prototype.overlay(): overlay one string over another ! 134. String.prototype.pad(): pad ! 135. String.prototype.remove(): remove characters ! 136. String.prototype.repeat(): repeat ! 137. String.prototype.repeatChars(): repeat characters ! 138. String.prototype.reverse(): reverse ! 139. String.prototype.rot13(): rotate 13 encoding ! 140. String.prototype.rpad(): pad right side ! 141. String.prototype.rtrim(): trim right side ! 142. String.prototype.swap(): swap characters ! 143. String.prototype.trim(): trim ! 144. String.prototype.truncate(): truncate ! 145. String.prototype.ucFirst(): uppercase first character ! 146. String.prototype.ucWords(): uppercase words ! 147. String.prototype.wordWrap(): word wrap validator.js ------------------------------------------------------------------------------- ! 148. Validator.prototype.isBlankString(): is blank string? ! 149. Validator.prototype.isDigit(): is single digit? ! 150. Validator.prototype.isInteger(): is integer? ! ! - This file was generated automatically: Wed Oct 1 11:03:32 2003 --- 107,218 ---- 59. Math.acot(): inverse cotangent 60. Math.acoth(): inverse hyperbolic cotangent ! 61. Math.acov(): inverse coversine ! 62. Math.acsc(): inverse cosecant ! 63. Math.acsch(): inverse hyperbolic cosecant ! 64. Math.aexsec(): inverse exsecant ! 65. Math.ahav(): inverse haversine ! 66. Math.approx(): approximately equal ! 67. Math.arg(): polar angle (argument) ! 68. Math.asec(): inverse secant ! 69. Math.asech(): inverse hyperbolic secant ! 70. Math.asinh(): inverse hyperbolic sine ! 71. Math.atanh(): inverse hyperbolic tangent ! 72. Math.avers(): inverse versine ! 73. Math.baseConvert(): convert base ! 74. Math.bin2dec(): binary to decimal conversion ! 75. Math.bin2hex(): binary to hexadecimal conversion ! 76. Math.bin2oct(): binary to octal conversion ! 77. Math.coexsec(): coexsecant ! 78. Math.cosh(): hyperbolic cosine ! 79. Math.cot(): cotangent ! 80. Math.coth(): hyperbolic cotangent ! 81. Math.cov(): coversine ! 82. Math.csc(): cosecant ! 83. Math.csch(): hyperbolic cosecant ! 84. Math.dec2bin(): decimal to binary conversion ! 85. Math.dec2hex(): decimal to hexadecimal conversion ! 86. Math.dec2oct(): decimal to octal conversion ! 87. Math.deg2grad(): degree to gradian conversion ! 88. Math.deg2rad(): degree to radian conversion ! 89. Math.exp10(): exponent of 10 ! 90. Math.expm1(): exp(x) - 1 ! 91. Math.exsec(): exsecant ! 92. Math.factorial(): factorial ! 93. Math.fibonacci(): Fibonacci sequence ! 94. Math.fmod(): floating-point remainder ! 95. Math.gd(): Gudermannian function ! 96. Math.grad2deg(): gradian to degree conversion ! 97. Math.grad2rad(): gradian to radian conversion ! 98. Math.hac(): hacoversine ! 99. Math.hav(): haversine ! 100. Math.hex2bin(): hexadecimal to binary conversion ! 101. Math.hex2dec(): hexadecimal to decimal conversion ! 102. Math.hex2oct(): hexadecimal to octal conversion ! 103. Math.hypot(): hypotenuse ! 104. Math.isEven(): is even? ! 105. Math.isOdd(): is odd? ! 106. Math.isPrime(): is prime? ! 107. Math.log10(): base-10 logarithm ! 108. Math.log2(): base-2 logarithm ! 109. Math.log1p(): log(1 + x) ! 110. Math.luhn(): LUHN formula ! 111. Math.mantissa(): mantissa ! 112. Math.oct2bin(): octal to binary conversion ! 113. Math.oct2dec(): octal to decimal conversion ! 114. Math.oct2hex(): octal to hexadecimal conversion ! 115. Math.pi(): calculate pi ! 116. Math.rad2deg(): radian to degree conversion ! 117. Math.rad2grad(): radian to gradian conversion ! 118. Math.sec(): secant ! 119. Math.sech(): hyperbolic secant ! 120. Math.sigmoid(): sigmoid function ! 121. Math.sign(): sign ! 122. Math.sinc(): sinc function ! 123. Math.sinh(): hyperbolic sine ! 124. Math.sq(): square ! 125. Math.tanc(): tanc function ! 126. Math.tanh(): hyperbolic tangent ! 127. Math.vers(): versine point.js ------------------------------------------------------------------------------- ! 128. Point.prototype.distance(): distance between two points string.js ------------------------------------------------------------------------------- ! 129. String.prototype.addSlashes(): escape certain characters with backslashes ! 130. String.prototype.cat(): concatenate ! 131. String.prototype.compress(): compress whitespace to single spaces ! 132. String.prototype.count(): count occurrence of characters ! 133. String.prototype.htmlEntities(): encode XHTML 1.0 entities ! 134. String.prototype.htmlSpecialChars(): encode subset of HTML special characters ! 135. String.prototype.insert(): insert one string into another ! 136. String.prototype.isEmailAddress(): is email address? ! 137. String.prototype.levenshtein(): Levenshtein distance ! 138. String.prototype.lpad(): pad left side ! 139. String.prototype.ltrim(): trim left side ! 140. String.prototype.nl2br(): newline to <br> conversion ! 141. String.prototype.overlay(): overlay one string over another ! 142. String.prototype.pad(): pad ! 143. String.prototype.remove(): remove characters ! 144. String.prototype.repeat(): repeat ! 145. String.prototype.repeatChars(): repeat characters ! 146. String.prototype.reverse(): reverse ! 147. String.prototype.rot13(): rotate 13 encoding ! 148. String.prototype.rpad(): pad right side ! 149. String.prototype.rtrim(): trim right side ! 150. String.prototype.swap(): swap characters ! 151. String.prototype.trim(): trim ! 152. String.prototype.truncate(): truncate ! 153. String.prototype.ucFirst(): uppercase first character ! 154. String.prototype.ucWords(): uppercase words ! 155. String.prototype.wordWrap(): word wrap validator.js ------------------------------------------------------------------------------- ! 156. Validator.prototype.isBlankString(): is blank string? ! 157. Validator.prototype.isDigit(): is single digit? ! 158. Validator.prototype.isInteger(): is integer? + This file was generated automatically: Mon Oct 6 13:26:11 2003 \ No newline at end of file |