From f544ee4176410f276ef425b60a1670ae4dcfa7b5 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 6 Feb 2023 17:05:25 +0100 Subject: Added some documentation. --- IsingScalingFunction.wl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IsingScalingFunction.wl b/IsingScalingFunction.wl index 0d5b38c..29370eb 100644 --- a/IsingScalingFunction.wl +++ b/IsingScalingFunction.wl @@ -1,4 +1,3 @@ - BeginPackage["IsingScalingFunction`"] g::usage = "g[θ0, gs][θ] gives the Schofield coordinate transformation defined in (14)." @@ -31,13 +30,14 @@ DufDut::usage = DufDuh::usage = "DufDuh computes derivatives of the singular free energy u_f with respect to the temperature-like scaling field u_h." -ruleB::usage = "" -ruleC0::usage = "" +ruleB::usage = "Fixes B given other data as in (38)." + +ruleC0::usage = "Fixes C0 given other data as in (39)." -Data::usage = "" +Data::usage = "Data[n] gives data from the fit to nth order from Table II." -PrepareArgument::usage = "" +PrepareArgument::usage = "Converts scaling function data into appropriate argument to function interfaces." Begin["Private`"] -- cgit v1.2.3-54-g00ecf