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