/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to src/utils/fast_number.vala

  • Committer: Gustav Hartvigsson
  • Date: 2022-06-01 12:14:52 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20220601121452-ntu94w67q3dhhfeq
More work torwards inperementing the parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Created by Gustav Hartivgsson.
5
5
 */
6
6
using GLib;
7
 
 
 
7
[CCode (cname = "V", cprefix = "v_")]
8
8
namespace Utils {
9
9
  
10
10
  /**
24
24
   * }}}
25
25
   *
26
26
   */
 
27
  [CCode (cname = "VFastNumber", cprefix = "v_fast_number_")]
27
28
  public struct FastNumber {
28
29
    
29
30
    /** Precision used to output values */