Whereas, the equations governing the functions are stated in the constraint file documentation, if you want to manually test the score given by a function, you can in pyrosetta:
pyrosetta.rosetta.core.scoring.func.GaussianFunc(mean=1.0, sd=0.5).dfunc(5.2)
Where the argument to the dfunc method call is the x you want a fx(x) for.
However, it does not beheave differently if given a double representing Å or radians —so my guess is no. While, the `circular` and `period` will behave periodically.