A reasonable price for the contents of the ISO GPS is around $100. More comprehensive references for more complex technical languages are less than that, sometimes free, but they don't have language developers that sell language lessons.
The ISO C++ language specification, 1853 pages is $250, by way of example. This is a language that powers most computing in the world.
The Adobe Postscript standard was made free. 912 pages. It's the basis for generating PDFs, a standard for exchange of documents by thousands of times people than ISO GPS or Y14.5.
I've mentioned before that an estimate of nearly $1M in volunteer labor to create a revision to Y14.5, but it doesn't come out as if $1M was put into creating the revisions; the authors see nothing of the cover price, unless they sell training classes.
I think that $1M put towards an open source version of a Monte Carlo Y14.5 interactive graphical interpreter would be a far better spend. Compilers and interpreters are key to software development because they can be examined for conformance to the standard and a fix to a compiler or interpreter is a fix for all its users. They also feed back to the standard because the creators of the interpreter or compiler has to find clear direction. When the standard is ambiguous the software simply cannot comply.
First, they enforce syntax rules. Second, anyone using it could get answers about whatever some callout or reference means (without tripping over arbitrary vocabulary) instead of trying to find an expert who has read fragments of information scattered across a various chapters that are put together with the skill required to create a ransom note from magazine clippings. Third, everyone has a single source of evaluation to see if what the expected result is what they want instead of reading in their individual experience. Note the lack of discussion over adding numbers on a calculator or spreadsheet?
I don't understand why major manufacturers don't fund that effort instead of a rather ineffectual standard revision system. Making such a tool freely available would cut their costs in both design, acceptance, and subcontracting.