Search Results
5 functions found:
| 1. | Backwards( _Field ) |
| Alexander Baier, datamat Software Development | |
| return a string backwards (mirror writing) | |
| 2. | calcAreaFromLatLngPolygon(polygonJson ; outputUnit) |
| Alexander Baier, datamat Software Development | |
| calculate area in different units of a polygon based on a lat/lng coordinate array (json) | |
| 3. | DectoBin( Dec ) |
| Alexander Baier, datamat Software Development | |
| Calculate decimal into binary | |
| 4. | digitSum( _Zahl ) |
| Alexander Baier, datamat Software Development | |
| The digit sum of a given integer is the sum of all its digits | |
| 5. | gcd( _a ; _b) |
| Alexander Baier, datamat Software Development | |
| Greatest Common Divisor | |