Variable Coordinate Calculator
Solve a coordinate built from variables and math, then map every possibility.
Enter a coordinate with unknowns as variables and bracketed math, for example N 51 3[A].[B]42 W 000 0[A].[B*C]. Each variable can be a fixed value, a range like 1-9, or a set like 0;5;9. Every combination is calculated, parsed as a coordinate, and mapped. Capital N, E, S, and W are treated as hemispheres, not variables.
Anything inside [ ] is evaluated as math. One coordinate per line.
Variables you use (A, B, C ...) will appear here once detected.
Formula reference
Use any letter or name. Set a fixed value (A = 3), a range (A = 1-9), or a set (A = 0;5;9). Ranges and sets expand to every combination.
Wrap math in brackets: [A+B], [A*C+D], [(A+B)*2]. Outside brackets, digits and letters stay literal so 3[A] with A=4 becomes 34.
+ - * / ^ % ! sqrt nrt abs floor ceil round sgn min max sin cos tan (and deg variants) log ln cs csi (cross-sum) bww av (word value) len mod modpow modinv gcd lcm and or xor shl shr 0x 0o 0b (hex/octal/binary) pi phi sqrt2 sqrt3 sqrt5